qt5base-lts/src/platformsupport/platformsupport.pro
Tor Arne Vestbø 40fe5d43fd macOS: Move NSOpenGLPixelFormat creation back into QCocoaGLContext
The code was factored out in 0058f00b6 to be shared with Wayland, but
the Wayland platform plugin now lives in its own repository (as of
75a66c3d), and doesn't support running on macOS anymore.

Change-Id: Ied54f5f3e0a3e6fdaaedfcd456a140b46706f33c
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2017-08-25 15:33:33 +00:00

47 lines
939 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
}
unix:!darwin: \
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
}
}
darwin {
SUBDIRS += \
clipboard \
graphics
}
qtConfig(vulkan): \
SUBDIRS += vkconvenience