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

load(qfeatures)

qtConfig(evdev) {
    SUBDIRS += evdevmouse evdevtouch evdevkeyboard evdevtablet
}

qtConfig(tslib) {
    SUBDIRS += tslib
}

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

qtConfig(libinput) {
    SUBDIRS += libinput
}

freebsd {
    SUBDIRS += bsdkeyboard bsdmouse
}