summaryrefslogtreecommitdiffstats
path: root/examples/helper/helper.pro
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/helper/helper.pro
parentbe2cb6c919d3af82bf53e9c5a7e94c93268d893a (diff)
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/helper/helper.pro')
-rw-r--r--examples/helper/helper.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/helper/helper.pro b/examples/helper/helper.pro
index 7bb540df..5b55497a 100644
--- a/examples/helper/helper.pro
+++ b/examples/helper/helper.pro
@@ -3,6 +3,7 @@ TEMPLATE = subdirs
# the helpers simply need a make install target, but require no compilation
sources.files = \
qmlapplicationviewer \
- deployment.pri
+ deployment.pri \
+ helper.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/helper
INSTALLS += sources