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:
Tor Arne Vestbø 2014-01-23 14:44:57 +01:00 committed by The Qt Project
parent af8e2308c9
commit a4a174e1a2

View File

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