summaryrefslogtreecommitdiff
path: root/examples/demos
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2012-11-22 14:38:19 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-22 14:42:48 +0100
commit22059766f799874b931f4369c0b1ec6bb3a4bb21 (patch)
tree7fa45ae23fce607d5606cf871c2963de0544045c /examples/demos
parentbe2cb6c919d3af82bf53e9c5a7e94c93268d893a (diff)
downloadqtquick1-22059766f799874b931f4369c0b1ec6bb3a4bb21.tar.gz
Fix building of examples.
- Correct install paths. - Add missing subdir-.pro files. - Add missing resources. Task-number: QTBUG-27977 Change-Id: Ia8293cbaa7b32280181f41bde5b6e517989571f8 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'examples/demos')
-rw-r--r--examples/demos/demos.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/demos/demos.pro b/examples/demos/demos.pro
index 6a636a7f..b0ac9ce3 100644
--- a/examples/demos/demos.pro
+++ b/examples/demos/demos.pro
@@ -11,3 +11,7 @@ SUBDIRS = \
rssnews \
twitter
+# install
+sources.files = demos.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/demos
+INSTALLS += sources