60e93449d2
Failing tests are marked with CONFIG+=insignificant_test. tst_QTextLayout currently asserts, so it has been disabled to prevent destabilization of the CI system. Change-Id: I7bd836ee14085689c8a0f0ce8e3c80d81a55eb94 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
27 lines
583 B
Prolog
27 lines
583 B
Prolog
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += \
|
|
corelib \
|
|
dbus \
|
|
gui \
|
|
network \
|
|
opengl \
|
|
sql \
|
|
testlib \
|
|
tools \
|
|
v8 \
|
|
xml \
|
|
other \
|
|
widgets \
|
|
|
|
cross_compile: SUBDIRS -= tools
|
|
!contains(QT_CONFIG, opengl): SUBDIRS -= opengl
|
|
!unix|embedded|!contains(QT_CONFIG, dbus): SUBDIRS -= dbus
|
|
!contains(QT_CONFIG, v8): SUBDIRS -= v8
|
|
|
|
# disable 'make check' on Mac OS X for the following subdirs for the time being
|
|
mac {
|
|
network.CONFIG += no_check_target
|
|
widgets.CONFIG += no_check_target
|
|
}
|