aboutsummaryrefslogtreecommitdiffstats
path: root/examples/websockets/simplechat
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-05-19 21:45:42 +0200
committerLiang Qi <liang.qi@qt.io>2016-05-19 21:45:42 +0200
commitcd80c041220df2875297622a0012933412730e9d (patch)
tree2f691d075c2cc708f1b2121306df1f5a019ce33b /examples/websockets/simplechat
parent00156d63eea2fb7681a8a00a3144392d6325e5cb (diff)
parent9d28979b204313b4db1ce8e9f367204a65be9c64 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.7v5.7.0-rc1
Conflicts: .qmake.conf Change-Id: I80cd189fc82481fdc2241db6d2a7d95537c340a6
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