aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/simplechat
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/simplechat
parentba9306ec5a1271275d79b2f48ceb227f79352f33 (diff)
add example installs
Change-Id: I49d9fda43374776685d2ab1fa653287447d34028 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'examples/websockets/simplechat')
-rw-r--r--examples/websockets/simplechat/simplechat.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/websockets/simplechat/simplechat.pro b/examples/websockets/simplechat/simplechat.pro
index 5cb6d4f..df6f248 100644
--- a/examples/websockets/simplechat/simplechat.pro
+++ b/examples/websockets/simplechat/simplechat.pro
@@ -14,4 +14,7 @@ SOURCES += \
HEADERS += \
chatserver.h
-OTHER_FILES += *.html
+EXAMPLE_FILES += chatclient.html
+
+target.path = $$[QT_INSTALL_EXAMPLES]/websockets/simplechat
+INSTALLS += target