summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/extending/chapter6-plugins
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/declarative/tutorials/extending/chapter6-plugins
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/declarative/tutorials/extending/chapter6-plugins')
-rw-r--r--examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro b/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
index 62c41a0f..f4013d5f 100644
--- a/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
+++ b/examples/declarative/tutorials/extending/chapter6-plugins/chapter6-plugins.pro
@@ -17,3 +17,9 @@ SOURCES += piechart.cpp \
OTHER_FILES += chartsplugin.json
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/tutorials/extending/chapter6-plugins
+sources.files = $$SOURCES $$HEADERS $$OTHER_FILES app.qml chapter6-plugins.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]//qtquick1/declarative/tutorials/extending/chapter6-plugins
+INSTALLS += target sources