summaryrefslogtreecommitdiff
path: root/examples/webchannel/standalone
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-20 20:54:21 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-04-28 18:56:44 +0000
commit79a0e79b248c1cac4f8a69efc228e28e4ac4725d (patch)
treed622741dcc8a8a22dfbba1ec9f399a447f3cf6b8 /examples/webchannel/standalone
parent50df8371ad478bec8cffef8af7344a5c008b9e76 (diff)
downloadqtwebchannel-79a0e79b248c1cac4f8a69efc228e28e4ac4725d.tar.gz
fix example installs
Change-Id: Iccf9f6e0e9358ba42576fb67a0b356c7414d911e Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'examples/webchannel/standalone')
-rw-r--r--examples/webchannel/standalone/standalone.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/webchannel/standalone/standalone.pro b/examples/webchannel/standalone/standalone.pro
index 19aa264..cfe4297 100644
--- a/examples/webchannel/standalone/standalone.pro
+++ b/examples/webchannel/standalone/standalone.pro
@@ -18,5 +18,8 @@ DEFINES += "BUILD_DIR=\"\\\""$$OUT_PWD"\\\"\""
exampleassets.files += \
index.html
-exampleassets.path = $$[QT_INSTALL_EXAMPLES]/qwebchannel/standalone
+exampleassets.path = $$[QT_INSTALL_EXAMPLES]/webchannel/standalone
include(../exampleassets.pri)
+
+target.path = $$[QT_INSTALL_EXAMPLES]/webchannel/standalone
+INSTALLS += target