9d0a41b1ca
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>
20 lines
331 B
Prolog
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
|