summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/platformsupport.pro
blob: 5a73a0edfb48121e98114cf8c40f74908b24231f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TEMPLATE = subdirs
QT_FOR_CONFIG += gui-private

SUBDIRS = \
    devicediscovery \
    fbconvenience

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

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

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