summaryrefslogtreecommitdiffstats
path: root/examples/declarative/touchinteraction/touchinteraction.pro
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2012-12-05 11:42:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 18:25:53 +0100
commit04cb8ef1ee919f071540ccb5cae10bb47f37fb3e (patch)
tree2e9aa7b3e908b00870d17a93023bd622fcd80c7a /examples/declarative/touchinteraction/touchinteraction.pro
parent60c101b9907479e8bb6aa9770114572a72434dc6 (diff)
centralize and fixup example sources install targets
follow respective change in qtbase Change-Id: I15346e16cd1d6f30cf32a77284b5f19b1dd2a7a9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/declarative/touchinteraction/touchinteraction.pro')
-rw-r--r--examples/declarative/touchinteraction/touchinteraction.pro9
1 files changed, 2 insertions, 7 deletions
diff --git a/examples/declarative/touchinteraction/touchinteraction.pro b/examples/declarative/touchinteraction/touchinteraction.pro
index 1db70571..5ce0abe0 100644
--- a/examples/declarative/touchinteraction/touchinteraction.pro
+++ b/examples/declarative/touchinteraction/touchinteraction.pro
@@ -1,9 +1,4 @@
TEMPLATE = subdirs
-SUBDIRS = gestures/experimental-gestures/experimentalgestures.pro \
- mousearea/mousearea-example/mouseareaexample.pro \
+SUBDIRS = gestures/experimental-gestures \
+ mousearea/mousearea-example \
pincharea
-
-# install
-sources.files = touchinteraction.pro
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/touchinteraction
-INSTALLS += sources