aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/qml.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-02-18 14:39:23 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-21 17:43:19 +0100
commit325161d1c4f4b9c41e620dc842f2ce503404e245 (patch)
tree0a76c1429009d1a29f080a52ad509e8952b6bdef /examples/qml/qml.pro
parent4ff32bdc505054cf73fdd55783391fdf628fe29e (diff)
the qmlextensionplugins example and a bunch of reference examples need QtQuick
Task-number: QTBUG-36893 Change-Id: If1f937113b651fd2255f8004739f2c601e3826bf Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'examples/qml/qml.pro')
-rw-r--r--examples/qml/qml.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/qml/qml.pro b/examples/qml/qml.pro
index 5ab155cb40..d5f9fa8a9e 100644
--- a/examples/qml/qml.pro
+++ b/examples/qml/qml.pro
@@ -1,9 +1,11 @@
TEMPLATE = subdirs
-qtHaveModule(quick): SUBDIRS += networkaccessmanagerfactory xmlhttprequest
+qtHaveModule(quick): SUBDIRS += \
+ networkaccessmanagerfactory \
+ qmlextensionplugins \
+ xmlhttprequest
SUBDIRS += \
- qmlextensionplugins \
referenceexamples \
shell