1TEMPLATE = subdirs
2QT_FOR_CONFIG += gui-private
3
4qtConfig(evdev) {
5    SUBDIRS += evdevmouse evdevtouch evdevkeyboard
6    qtConfig(tabletevent): \
7        SUBDIRS += evdevtablet
8}
9
10qtConfig(tslib) {
11    SUBDIRS += tslib
12}
13
14qtConfig(tuiotouch) {
15    SUBDIRS += tuiotouch
16}
17
18qtConfig(libinput) {
19    SUBDIRS += libinput
20}
21
22freebsd {
23    SUBDIRS += bsdkeyboard bsdmouse
24}
25