From 9aec42da31463daf38a2c2813b585e9240acac41 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 20 Apr 2016 20:49:47 +0200 Subject: add example installs Change-Id: I49d9fda43374776685d2ab1fa653287447d34028 Reviewed-by: Joerg Bornemann --- examples/websockets/simplechat/simplechat.pro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/websockets/simplechat') 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 -- cgit v1.2.3