summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/platformsupport.pro
blob: 439685bfd809ec48750b955318e973166d11badb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
TEMPLATE = subdirs
QT_FOR_CONFIG += gui-private

SUBDIRS = \
    edid \
    eventdispatchers \
    devicediscovery \
    fbconvenience \
    themes

if(qtConfig(freetype):!darwin)|win32: \
    SUBDIRS += fontdatabases

qtConfig(evdev)|qtConfig(tslib)|qtConfig(libinput)|qtConfig(integrityhid)|qtConfig(xkbcommon) {
    SUBDIRS += input
    input.depends += devicediscovery
}

if(unix:!uikit)|qtConfig(xcb): \
    SUBDIRS += services

qtConfig(egl): \
    SUBDIRS += eglconvenience
qtConfig(xlib):qtConfig(opengl):!qtConfig(opengles2): \
    SUBDIRS += glxconvenience
qtConfig(kms): \
    SUBDIRS += kmsconvenience

qtConfig(accessibility) {
    qtConfig(accessibility-atspi-bridge) {
        SUBDIRS += linuxaccessibility
    }
}

!android:linux*:qtHaveModule(dbus) \
    SUBDIRS += linuxofono