cmake: enable evdevtablet plugin

Change-Id: Ia2d8c88b4c36c7c6e71a49f42398ebd0378239c1
Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
Albert Astals Cid 2019-02-11 15:13:17 +01:00
parent db8e4077d1
commit 9dbcbeb1de
2 changed files with 20 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if(QT_FEATURE_evdev)
add_subdirectory(evdevkeyboard)
if(QT_FEATURE_tabletevent)
# TODO add_subdirectory(evdevtablet)
add_subdirectory(evdevtablet)
endif()
endif()

View File

@ -0,0 +1,19 @@
# Generated from evdevtablet.pro.
#####################################################################
## qevdevtabletplugin Plugin:
#####################################################################
add_qt_plugin(qevdevtabletplugin
TYPE generic
SOURCES
main.cpp
LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
Qt::InputSupportPrivate
# OTHER_FILES = "evdevtablet.json"
# PLUGIN_CLASS_NAME = "QEvdevTabletPlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"
)