diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-20 20:54:21 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-28 18:56:44 +0000 |
commit | 79a0e79b248c1cac4f8a69efc228e28e4ac4725d (patch) | |
tree | d622741dcc8a8a22dfbba1ec9f399a447f3cf6b8 /examples/webchannel/chatserver-cpp/chatserver-cpp.pro | |
parent | 50df8371ad478bec8cffef8af7344a5c008b9e76 (diff) | |
download | qtwebchannel-79a0e79b248c1cac4f8a69efc228e28e4ac4725d.tar.gz |
fix example installs
Change-Id: Iccf9f6e0e9358ba42576fb67a0b356c7414d911e
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'examples/webchannel/chatserver-cpp/chatserver-cpp.pro')
-rw-r--r-- | examples/webchannel/chatserver-cpp/chatserver-cpp.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/webchannel/chatserver-cpp/chatserver-cpp.pro b/examples/webchannel/chatserver-cpp/chatserver-cpp.pro index ce6a3f7..a7ee42f 100644 --- a/examples/webchannel/chatserver-cpp/chatserver-cpp.pro +++ b/examples/webchannel/chatserver-cpp/chatserver-cpp.pro @@ -16,3 +16,6 @@ HEADERS += \ chatserver.h \ ../shared/websocketclientwrapper.h \ ../shared/websockettransport.h + +target.path = $$[QT_INSTALL_EXAMPLES]/webchannel/chatserver-cpp +INSTALLS += target |