From a4a174e1a212bb934290853cf900594a18dba6bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Thu, 23 Jan 2014 14:44:57 +0100 Subject: 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 --- mkspecs/macx-ios-clang/features/qt_parts.prf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mkspecs/macx-ios-clang/features/qt_parts.prf (limited to 'mkspecs') 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) -- cgit v1.2.3