53599592e0
Comes with backends for Vulkan, Metal, Direct3D 11.1, and OpenGL (ES). All APIs are private for now. Shader conditioning (i.e. generating a QRhiShader in memory or on disk from some shader source code) is done via the tools and APIs provided by qt-labs/qtshadertools. The OpenGL support follows the cross-platform tradition of requiring ES 2.0 only, while optionally using some (ES) 3.x features. It can operate in core profile contexts as well. Task-number: QTBUG-70287 Change-Id: I246f2e36d562e404012c05db2aa72487108aa7cc Reviewed-by: Lars Knoll <lars.knoll@qt.io>
73 lines
1.4 KiB
Prolog
73 lines
1.4 KiB
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += network-private gui-private
|
|
|
|
SUBDIRS = bearerex \
|
|
filetest \
|
|
embeddedintoforeignwindow \
|
|
foreignwindows \
|
|
gestures \
|
|
highdpi \
|
|
inputmethodhints \
|
|
keypadnavigation \
|
|
lance \
|
|
network_remote_stresstest \
|
|
network_stresstest \
|
|
qcursor \
|
|
qdesktopservices \
|
|
qdesktopwidget \
|
|
qgraphicsitem \
|
|
qgraphicsitemgroup \
|
|
qgraphicslayout/flicker \
|
|
qhttpnetworkconnection \
|
|
qimagereader \
|
|
qlayout \
|
|
qlocale \
|
|
qmimedatabase \
|
|
qnetworkaccessmanager/qget \
|
|
qnetworkconfigurationmanager \
|
|
qnetworkconfiguration \
|
|
qnetworkreply \
|
|
qstorageinfo \
|
|
qscreen \
|
|
qssloptions \
|
|
qsslsocket \
|
|
qsysinfo \
|
|
qtabletevent \
|
|
qtexteditlist \
|
|
qtbug-8933 \
|
|
qtbug-52641 \
|
|
qtouchevent \
|
|
touch \
|
|
qwidget_zorder \
|
|
repaint \
|
|
socketengine \
|
|
textrendering \
|
|
widgets \
|
|
windowflags \
|
|
windowgeometry \
|
|
windowmodality \
|
|
widgetgrab \
|
|
xembed-raster \
|
|
xembed-widgets \
|
|
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
|
|
|
|
lessThan(QT_MAJOR_VERSION, 5): SUBDIRS -= bearerex lance qnetworkaccessmanager/qget qmimedatabase qnetworkreply \
|
|
qpainfo qscreen socketengine xembed-raster xembed-widgets windowtransparency \
|
|
embeddedintoforeignwindow foreignwindows
|
|
|
|
qtConfig(vulkan): SUBDIRS += qvulkaninstance
|