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

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

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

SUBDIRS += tuiotouch

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