diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-07-15 14:24:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-07-15 14:24:34 +0000 |
commit | 6ea5d07674a280754c55f9177f0d7865b7cc7af6 (patch) | |
tree | a237ccde542e7fbee7526915fdffdaf8ca6283fa | |
parent | 4927d05c8aa00a68acc32b2a80b0c1a420976f5c (diff) | |
parent | 2bb066898dfc8210eddaa7905c7d8599be382705 (diff) |
Merge "agl-demo feature: add support for QtWebSockets"
-rw-r--r-- | templates/feature/agl-demo/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/feature/agl-demo/50_local.conf.inc b/templates/feature/agl-demo/50_local.conf.inc index 1cf1ff4..77e5d95 100644 --- a/templates/feature/agl-demo/50_local.conf.inc +++ b/templates/feature/agl-demo/50_local.conf.inc @@ -4,3 +4,6 @@ EXTRA_IMAGE_FEATURES =+ "debug-tweaks" IMAGE_INSTALL_append = " qtwebkit qtwebkit-examples-examples" #IMAGE_INSTALL_append = " qtsmarthome cinematicexperience qt5everywheredemo qt5-demo-extrafiles" #IMAGE_INSTALL_append = " qtwebengine-examples" + +# add support for websocket in Qt and QML +IMAGE_INSTALL_append = " qtwebsockets qtwebsockets-qmlplugins" |