Task-number: QTBUG-122550 Fixes: QTBUG-126020 Change-Id: Ide7c68ca46d7edd39d966f53e892bcd8b3fa88f4 Reviewed-by: Ali Kianian <ali.kianian@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit d0a58028daf0a33e27c1a5cfe5b8422bc6b0bc98) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
73 lines
1.2 KiB
Prolog
73 lines
1.2 KiB
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += network-private gui-private
|
|
|
|
SUBDIRS = \
|
|
assets \
|
|
filetest \
|
|
embeddedintoforeignwindow \
|
|
foreignwindows \
|
|
fontfeatures \
|
|
gestures \
|
|
highdpi \
|
|
inputmethodhints \
|
|
keypadnavigation \
|
|
keyevents \
|
|
lance \
|
|
network_remote_stresstest \
|
|
network_stresstest \
|
|
qcursor \
|
|
qdesktopservices \
|
|
qgraphicsitem \
|
|
qgraphicsitemgroup \
|
|
qgraphicslayout/flicker \
|
|
qhttpnetworkconnection \
|
|
qimagereader \
|
|
qlayout \
|
|
qlocale \
|
|
qmimedatabase \
|
|
qnetconmonitor \
|
|
qnetworkaccessmanager/qget \
|
|
qnetworkreply \
|
|
qstorageinfo \
|
|
qscreen \
|
|
qscreen_xrandr \
|
|
qssloptions \
|
|
qsslsocket \
|
|
qsysinfo \
|
|
qtabletevent \
|
|
qtexteditlist \
|
|
qtexttableborders \
|
|
qtbug-8933 \
|
|
qtbug-52641 \
|
|
qtouchevent \
|
|
touch \
|
|
qwidget_zorder \
|
|
repaint \
|
|
socketengine \
|
|
textrendering \
|
|
widgets \
|
|
windowflags \
|
|
windowgeometry \
|
|
windowmodality \
|
|
widgetgrab \
|
|
xmlstreamlint \
|
|
shortcuts \
|
|
dialogs \
|
|
windowtransparency \
|
|
unc \
|
|
qtabbar \
|
|
rhi
|
|
|
|
!qtConfig(openssl): SUBDIRS -= qssloptions
|
|
|
|
qtConfig(opengl) {
|
|
SUBDIRS += qopengltextureblitter
|
|
qtConfig(egl): SUBDIRS += qopenglcontext
|
|
}
|
|
|
|
win32: SUBDIRS -= network_remote_stresstest network_stresstest
|
|
|
|
qtConfig(vulkan): SUBDIRS += qvulkaninstance
|
|
|
|
qtConfig(xcb): SUBDIRS += xembed
|