Fix build with -no-feature-tabletevent

Change-Id: I5f16db38a3a54acaa76f764b9d4d7167640587c9
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Paul Olav Tvete 2017-02-16 15:31:20 +01:00 committed by Stephan Binner
parent 40837c42a5
commit 782e1caa9f
1 changed files with 3 additions and 1 deletions

View File

@ -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) {