summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2014-01-23 14:44:57 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-25 03:04:38 +0100
commita4a174e1a212bb934290853cf900594a18dba6bb (patch)
treeb1aed4f2e4f67c82971eb0bc2bf9d50c396b90ad /mkspecs
parentaf8e2308c91bec21ebea5afcda2e0bfade8a9884 (diff)
iOS: Disable tests for all other modules than qtbase
Instead of sprinkling '!ios' all around the various modules. This is a bit more fine grained than the CFG_NOBUILD_PARTS += "tests" that we had in configure. Change-Id: I6ca2e5df118dfc0bb5d7b8495a3543f51dc0fa30 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/macx-ios-clang/features/qt_parts.prf5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/macx-ios-clang/features/qt_parts.prf b/mkspecs/macx-ios-clang/features/qt_parts.prf
new file mode 100644
index 0000000000..81814a62b0
--- /dev/null
+++ b/mkspecs/macx-ios-clang/features/qt_parts.prf
@@ -0,0 +1,5 @@
+
+# Disable tests for anything but qtbase for now
+!equals(TARGET, qtbase): QT_BUILD_PARTS -= tests
+
+load(qt_parts)