summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2013-05-14 10:32:36 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-15 01:23:24 +0200
commitf47715f0a41eba3a965b56dac3157ee1f59defc7 (patch)
treee6698d4e6f48daaa63c2c08a197e34b4a81069f6 /tools
parent8c02d79c5b7d769c848c0441c4e9a6f1e0a41912 (diff)
iOS: fix build on iOS
Currently, apps for iOS needs to be build through Xcode. So disable building tools for now, until a proper solution is ready. Change-Id: Ib31ad29d83c9043be94881e536975682adca4061 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 02a1e201..5d3fa37b 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS += qml qmlplugindump
+!ios: SUBDIRS += qml qmlplugindump