summaryrefslogtreecommitdiff
path: root/examples/websockets/simplechat/simplechat.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websockets/simplechat/simplechat.pro')
-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