summaryrefslogtreecommitdiff
path: root/examples/qwebchannel/standalone/standalone.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qwebchannel/standalone/standalone.pro')
-rw-r--r--examples/qwebchannel/standalone/standalone.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/qwebchannel/standalone/standalone.pro b/examples/qwebchannel/standalone/standalone.pro
index 6b96169..fdeb87a 100644
--- a/examples/qwebchannel/standalone/standalone.pro
+++ b/examples/qwebchannel/standalone/standalone.pro
@@ -14,6 +14,9 @@ HEADERS += \
FORMS += \
dialog.ui
-DEFINES += "SOURCE_DIR=\"\\\""$$PWD"\\\"\""
+DEFINES += "BUILD_DIR=\"\\\""$$OUT_PWD"\\\"\""
-EXAMPLE_FILES += index.html
+exampleassets.files += \
+ index.html
+exampleassets.path = $$[QT_INSTALL_EXAMPLES]/qwebchannel/standalone
+include(../exampleassets.pri)