summaryrefslogtreecommitdiffstats
path: root/examples/touch
diff options
context:
space:
mode:
Diffstat (limited to 'examples/touch')
-rw-r--r--examples/touch/touch.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/touch/touch.pro b/examples/touch/touch.pro
index d5983eb581..005e22be90 100644
--- a/examples/touch/touch.pro
+++ b/examples/touch/touch.pro
@@ -1,2 +1,8 @@
TEMPLATE = subdirs
SUBDIRS = pinchzoom fingerpaint knobs dials
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch
+sources.files = touch.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/touch
+INSTALLS += target sources