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>
This commit is contained in:
parent
af8e2308c9
commit
a4a174e1a2
5
mkspecs/macx-ios-clang/features/qt_parts.prf
Normal file
5
mkspecs/macx-ios-clang/features/qt_parts.prf
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
# Disable tests for anything but qtbase for now
|
||||
!equals(TARGET, qtbase): QT_BUILD_PARTS -= tests
|
||||
|
||||
load(qt_parts)
|
Loading…
Reference in New Issue
Block a user