summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/generic.pro
blob: 0c1943b7dd279776f304458de5b4d6192d2cc0c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE = subdirs

load(qfeatures)

contains(QT_CONFIG, evdev) {
    SUBDIRS += evdevmouse evdevtouch evdevkeyboard evdevtablet
}

contains(QT_CONFIG, tslib) {
    SUBDIRS += tslib
}

!contains(QT_DISABLED_FEATURES, udpsocket) {
    SUBDIRS += tuiotouch
}

contains(QT_CONFIG, libinput) {
    SUBDIRS += libinput
}