summaryrefslogtreecommitdiffstats
path: root/examples/examples.pro
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-08-02 12:38:27 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-03 06:06:29 +0200
commitb11e4cb8f57eabc32eb742b42f088898d96ec909 (patch)
tree82cbc453ba3547928773043f359f3f0a66bc0eeb /examples/examples.pro
parent680c98b04db6d5a49575782ba5bb58e06fa78bc2 (diff)
Fix install paths of demos and examples.
Install all demos and examples to the qtquick1 subdirectory of the examples install location, demos under a demos folder, declarative examples under a declarative folder and the common viewer code under a helper folder. This mirrors the directory structure of the src directory and ensures the examples sources can be built from the install location. Task-number: QTBUG-26663 Change-Id: I406f4fa58e5f004eb1aef5902fa2d6267517943d Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r--examples/examples.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 03c4a217..0d688669 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,2 +1,6 @@
TEMPLATE = subdirs
-SUBDIRS += declarative
+SUBDIRS += \
+ declarative \
+ demos \
+ helper
+