qt5base-lts/tests/auto/widgets/kernel/kernel.pro
Bradley T. Hughes 9d0a41b1ca Disable 'make check' for tst_QWidget on Mac OS X
This test crashes, which can destabilize the CI system, so don't run the
test for now. It is still compiled as part of the build process, though.

Task-number: QTBUG-23695
Change-Id: I841fab7c56b8dba33e8d1b074f118b65790f34ef
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2012-01-19 11:31:22 +01:00

20 lines
331 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qaction \
qactiongroup \
qapplication \
qboxlayout \
qdesktopwidget \
qformlayout \
qgridlayout \
qlayout \
qstackedlayout \
qtooltip \
qwidget \
qwidget_window \
qwidgetaction \
SUBDIRS -= qsound
mac: qwidget.CONFIG += no_check_target # crashes, see QTBUG-23695