d51c3ecf8e
Conflicts: examples/network/network.pro mkspecs/features/mac/default_post.prf src/corelib/io/qfilesystemengine_win.cpp src/corelib/io/qprocess.cpp src/corelib/io/qprocess.h src/corelib/io/qprocess_p.h src/corelib/io/qprocess_unix.cpp src/corelib/io/qprocess_win.cpp src/corelib/thread/qmutex.cpp src/platformsupport/fontdatabases/windows/windows.pri src/plugins/platforms/eglfs/eglfsdeviceintegration.pro tests/auto/corelib/io/io.pro Change-Id: I8a27e0e141454818bba9c433200a4e84a88d147e
72 lines
1.4 KiB
Prolog
72 lines
1.4 KiB
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += gui-private
|
|
|
|
SUBDIRS=\
|
|
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 \
|
|
toolsupport \
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qcomplextext \
|
|
qprocess_and_guieventloop \
|
|
|
|
!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
|
|
|
|
!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
|