d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
69 lines
1.4 KiB
Prolog
69 lines
1.4 KiB
Prolog
TEMPLATE=subdirs
|
|
SUBDIRS=\
|
|
# atwrapper \ # QTBUG-19452
|
|
compiler \
|
|
gestures \
|
|
lancelot \
|
|
languagechange \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
modeltest \
|
|
networkselftest \
|
|
qaccessibility \
|
|
# qaccessibilitylinux \ # QTBUG-44434
|
|
qaccessibilitymac \
|
|
qcomplextext \
|
|
qfocusevent \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qobjectperformance \
|
|
qobjectrace \
|
|
qsharedpointer_and_qwidget \
|
|
qprocess_and_guieventloop \
|
|
qtokenautomaton \
|
|
windowsmobile \
|
|
toolsupport \
|
|
|
|
!qtHaveModule(widgets): SUBDIRS -= \
|
|
gestures \
|
|
lancelot \
|
|
languagechange \
|
|
modeltest \
|
|
qaccessibility \
|
|
qfocusevent \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qsharedpointer_and_qwidget \
|
|
windowsmobile \
|
|
qaccessibility \
|
|
qaccessibilitylinux \
|
|
qaccessibilitymac \
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
lancelot \
|
|
networkselftest \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qobjectperformance
|
|
|
|
cross_compile: SUBDIRS -= \
|
|
atwrapper \
|
|
compiler
|
|
|
|
wince*|!contains(QT_CONFIG, accessibility): SUBDIRS -= qaccessibility
|
|
|
|
!contains(QT_CONFIG, accessibility-atspi-bridge): SUBDIRS -= qaccessibilitylinux
|
|
|
|
!mac: SUBDIRS -= \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
qaccessibilitymac
|
|
|
|
!embedded|wince: SUBDIRS -= \
|
|
qdirectpainter
|
|
|
|
winrt: SUBDIRS -= \
|
|
qprocess_and_guieventloop
|
|
|
|
android: SUBDIRS += \
|
|
android
|