summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/platformsupport.pro
blob: 06c1a15d4e4dd165fd334043df5c15bb64e33e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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(kms): \
    SUBDIRS += kmsconvenience

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