45b0f1be68
Macros and the await helper function from qfunctions_winrt(_p).h are needed in other Qt modules which use UWP APIs on desktop windows. Task-number: QTBUG-84434 Change-Id: Ice09c11436ad151c17bdccd2c7defadd08c13925 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
71 lines
1.5 KiB
Prolog
71 lines
1.5 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 \
|
|
toolsupport \
|
|
|
|
!qtHaveModule(gui): SUBDIRS -= \
|
|
qcomplextext \
|
|
qprocess_and_guieventloop \
|
|
|
|
!qtHaveModule(widgets): SUBDIRS -= \
|
|
gestures \
|
|
lancelot \
|
|
languagechange \
|
|
macgui \
|
|
macplist \
|
|
qaccessibility \
|
|
qfocusevent \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
qsharedpointer_and_qwidget \
|
|
windowsmobile \
|
|
qaccessibility \
|
|
qaccessibilitylinux \
|
|
qaccessibilitymac \
|
|
|
|
!qtHaveModule(network): SUBDIRS -= \
|
|
lancelot \
|
|
networkselftest \
|
|
qnetworkaccessmanager_and_qprogressdialog \
|
|
|
|
cross_compile: SUBDIRS -= \
|
|
atwrapper \
|
|
compiler
|
|
|
|
!qtHaveModule(gui)|!qtConfig(accessibility): SUBDIRS -= qaccessibility
|
|
|
|
!qtHaveModule(gui)|!qtConfig(accessibility-atspi-bridge): SUBDIRS -= qaccessibilitylinux
|
|
|
|
!qtConfig(process): SUBDIRS -= qprocess_and_guieventloop
|
|
|
|
!macos|!qtHaveModule(gui): SUBDIRS -= \
|
|
macgui \
|
|
macnativeevents \
|
|
macplist \
|
|
qaccessibilitymac
|
|
|
|
!embedded: SUBDIRS -= \
|
|
qdirectpainter
|
|
|
|
android: SUBDIRS += \
|
|
android
|
|
|
|
qtHaveModule(gui):qtConfig(xkbcommon): SUBDIRS += xkbkeyboard
|