aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/simplechat
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-05-24 20:02:50 +0200
committerLiang Qi <liang.qi@qt.io>2016-05-24 20:02:50 +0200
commitd387dd2066e79e4a39966331986c3775a0940e96 (patch)
tree829e5ee9b415bdc852bafe01955869b96397e45d /examples/websockets/simplechat
parent2baa571e0d95d3e9bf182dc035c8ff0970bb68ea (diff)
parentcd80c041220df2875297622a0012933412730e9d (diff)
Merge remote-tracking branch 'origin/5.7' into dev
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