427e5d61b7
Change-Id: Ibed63a01abf32e10a31c610996ae93d3bd9ce153 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
48 lines
1005 B
Prolog
48 lines
1005 B
Prolog
TEMPLATE = subdirs
|
|
QT_FOR_CONFIG += gui-private
|
|
|
|
SUBDIRS = \
|
|
edid \
|
|
eventdispatchers \
|
|
devicediscovery \
|
|
fbconvenience \
|
|
themes
|
|
|
|
qtConfig(freetype)|darwin|win32: \
|
|
SUBDIRS += fontdatabases
|
|
|
|
qtConfig(evdev)|qtConfig(tslib)|qtConfig(libinput)|qtConfig(integrityhid) {
|
|
SUBDIRS += input
|
|
input.depends += devicediscovery
|
|
}
|
|
|
|
if(unix:!uikit)|qtConfig(xcb): \
|
|
SUBDIRS += services
|
|
|
|
qtConfig(opengl): \
|
|
SUBDIRS += platformcompositor
|
|
qtConfig(egl): \
|
|
SUBDIRS += eglconvenience
|
|
qtConfig(xlib):qtConfig(opengl):!qtConfig(opengles2): \
|
|
SUBDIRS += glxconvenience
|
|
qtConfig(kms): \
|
|
SUBDIRS += kmsconvenience
|
|
|
|
qtConfig(accessibility) {
|
|
SUBDIRS += accessibility
|
|
qtConfig(accessibility-atspi-bridge) {
|
|
SUBDIRS += linuxaccessibility
|
|
linuxaccessibility.depends += accessibility
|
|
}
|
|
win32:!winrt: SUBDIRS += windowsuiautomation
|
|
}
|
|
|
|
darwin {
|
|
SUBDIRS += \
|
|
clipboard \
|
|
graphics
|
|
}
|
|
|
|
qtConfig(vulkan): \
|
|
SUBDIRS += vkconvenience
|