qt5base-lts/mkspecs/macx-ios-clang/features/qt_parts.prf
Tor Arne Vestbø a4a174e1a2 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>
2014-01-25 03:04:38 +01:00

6 lines
114 B
Plaintext

# Disable tests for anything but qtbase for now
!equals(TARGET, qtbase): QT_BUILD_PARTS -= tests
load(qt_parts)