161d381826
Switch on most of the tests (all but the bearer tests), marking the two known failures as insignificant tests. Change-Id: I17f228a938de1a23eddf897f494bfa4e54338dae Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com> Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
24 lines
526 B
Prolog
24 lines
526 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
corelib \
|
|
dbus \
|
|
gui \
|
|
network \
|
|
opengl \
|
|
sql \
|
|
testlib \
|
|
tools \
|
|
xml \
|
|
concurrent \
|
|
other \
|
|
widgets \
|
|
printsupport \
|
|
cmake
|
|
|
|
cross_compile: SUBDIRS -= tools
|
|
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
|
|
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
|
|
contains(QT_CONFIG, no-widgets): SUBDIRS -= widgets
|
|
!contains(QT_CONFIG, concurrent): SUBDIRS -= concurrent
|