summaryrefslogtreecommitdiffstats
path: root/demos/helper/helper.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demos/helper/helper.pro')
-rw-r--r--demos/helper/helper.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/helper/helper.pro b/demos/helper/helper.pro
new file mode 100644
index 00000000..03b3dcd6
--- /dev/null
+++ b/demos/helper/helper.pro
@@ -0,0 +1,7 @@
+TEMPLATE = subdirs
+
+# the helpers simply need a make install target, but require no compilation
+sources.files = \
+ qmlapplicationviewer
+sources.path = $$[QT_INSTALL_DEMOS]/helper
+INSTALLS += sources