917c2de203
It's almost completely blacklisted anyways, and the parts that are not are flakey. Change-Id: I4601d751a2963c94c62ec439dd78b874034069a0 Reviewed-by: Liang Qi <liang.qi@qt.io>
68 lines
1.4 KiB
Prolog
68 lines
1.4 KiB
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += gui-private
|
|
|
|
SUBDIRS=\
|
|
compiler \
|
|
gestures \
|
|
lancelot \
|
|
languagechange \
|
|
macgui \
|
|
#macnativeevents \
|
|
macplist \
|
|
networkselftest \
|
|
qaccessibility \
|
|
# qaccessibilitylinux \ # QTBUG-44434
|
|
qaccessibilitymac \
|
|
qcomplextext \
|
|
qfocusevent \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qobjectrace \
|
|
qsharedpointer_and_qwidget \
|
|
qprocess_and_guieventloop \
|
|
qtokenautomaton \
|
|
toolsupport \
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qcomplextext \
|
|
qprocess_and_guieventloop \
|
|
|
|
!qtHaveModule(widgets): SUBDIRS -= \
|
|
gestures \
|
|
lancelot \
|
|
languagechange \
|
|
qaccessibility \
|
|
qfocusevent \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qsharedpointer_and_qwidget \
|
|
windowsmobile \
|
|
qaccessibility \
|
|
qaccessibilitylinux \
|
|
qaccessibilitymac \
|
|
|
|
winrt|!qtHaveModule(network): SUBDIRS -= \
|
|
lancelot \
|
|
networkselftest \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
|
|
cross_compile: SUBDIRS -= \
|
|
atwrapper \
|
|
compiler
|
|
|
|
winrt|!qtConfig(accessibility): SUBDIRS -= qaccessibility
|
|
|
|
!qtConfig(accessibility-atspi-bridge): SUBDIRS -= qaccessibilitylinux
|
|
|
|
!qtConfig(process): SUBDIRS -= qprocess_and_guieventloop
|
|
|
|
!mac: SUBDIRS -= \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
qaccessibilitymac
|
|
|
|
!embedded: SUBDIRS -= \
|
|
qdirectpainter
|
|
|
|
android: SUBDIRS += \
|
|
android
|