summaryrefslogtreecommitdiff
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2013-07-04 09:56:48 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2013-07-04 09:56:48 +0100
commitb13755a2411dca01e65bb443a399ed130d5dd738 (patch)
treee9d0b0439122a2db05714ab143053035e65d24ca /tools/tools.pro
parent9abdb1cfd8e7399cf50fcfc7ae838af8ea795308 (diff)
parentc3eae1e470b219c25d04cf4ad60eff665f11f1b7 (diff)
downloadqtquick1-b13755a2411dca01e65bb443a399ed130d5dd738.tar.gz
Merge v5.1.0 releasebaserock/morph
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 5d3fa37b..f37bead6 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,2 +1,7 @@
TEMPLATE = subdirs
-!ios: SUBDIRS += qml qmlplugindump
+SUBDIRS += qml qmlplugindump
+
+qtNomakeTools( \
+ qml \
+ qmlplugindump \
+)