mirror of https://github.com/qt/qtbase.git
Fix build with -no-feature-tabletevent
Change-Id: I5f16db38a3a54acaa76f764b9d4d7167640587c9 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
40837c42a5
commit
782e1caa9f
|
@ -2,7 +2,9 @@ TEMPLATE = subdirs
|
|||
QT_FOR_CONFIG += gui-private network-private
|
||||
|
||||
qtConfig(evdev) {
|
||||
SUBDIRS += evdevmouse evdevtouch evdevkeyboard evdevtablet
|
||||
SUBDIRS += evdevmouse evdevtouch evdevkeyboard
|
||||
qtConfig(tabletevent): \
|
||||
SUBDIRS += evdevtablet
|
||||
}
|
||||
|
||||
qtConfig(tslib) {
|
||||
|
|
Loading…
Reference in New Issue