diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-15 09:33:36 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-07-15 09:33:36 +0000 |
commit | 2bb066898dfc8210eddaa7905c7d8599be382705 (patch) | |
tree | ed64047828050a7bc6cfbbee9c81b2d763ae3a0a /templates | |
parent | b0421822dbeae1ddcd06d4f0a951751cf7268679 (diff) |
agl-demo feature: add support for QtWebSockets
This is required for some demos inc. appfw binder examples
Change-Id: I8772562baf837a8d4283827c1eeb3eee2b7e0ec7
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'templates')
-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" |