aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/qmlwebsocketclient
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-20 20:49:47 +0200
committerLiang Qi <liang.qi@qt.io>2016-05-06 11:12:13 +0000
commit9aec42da31463daf38a2c2813b585e9240acac41 (patch)
treed895e67b1a1967f765576804a1a47848141585e5 /examples/websockets/qmlwebsocketclient
parentba9306ec5a1271275d79b2f48ceb227f79352f33 (diff)
add example installs
Change-Id: I49d9fda43374776685d2ab1fa653287447d34028 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'examples/websockets/qmlwebsocketclient')
-rw-r--r--examples/websockets/qmlwebsocketclient/qmlwebsocketclient.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/websockets/qmlwebsocketclient/qmlwebsocketclient.pro b/examples/websockets/qmlwebsocketclient/qmlwebsocketclient.pro
index e7dc82a..37d7823 100644
--- a/examples/websockets/qmlwebsocketclient/qmlwebsocketclient.pro
+++ b/examples/websockets/qmlwebsocketclient/qmlwebsocketclient.pro
@@ -11,3 +11,6 @@ SOURCES += main.cpp
RESOURCES += data.qrc
OTHER_FILES += qml/qmlwebsocketclient/main.qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/websockets/qmlwebsocketclient
+INSTALLS += target