cmake: enable evdevtablet plugin
Change-Id: Ia2d8c88b4c36c7c6e71a49f42398ebd0378239c1 Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
parent
db8e4077d1
commit
9dbcbeb1de
@ -5,7 +5,7 @@ if(QT_FEATURE_evdev)
|
||||
add_subdirectory(evdevkeyboard)
|
||||
|
||||
if(QT_FEATURE_tabletevent)
|
||||
# TODO add_subdirectory(evdevtablet)
|
||||
add_subdirectory(evdevtablet)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
19
src/plugins/generic/evdevtablet/CMakeLists.txt
Normal file
19
src/plugins/generic/evdevtablet/CMakeLists.txt
Normal 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"
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user