summaryrefslogtreecommitdiff
path: root/examples/helper/helper.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/helper/helper.pro')
-rw-r--r--examples/helper/helper.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/helper/helper.pro b/examples/helper/helper.pro
new file mode 100644
index 00000000..85117a0f
--- /dev/null
+++ b/examples/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_EXAMPLES]/qtquick1/helper
+INSTALLS += sources