cmake: enable evdevtouch plugin

Change-Id: I7c8a7bd6ce79ca6823c0e517ef80c9418b91e552
Reviewed-by: Liang Qi <liang.qi@qt.io>
bb10
Albert Astals Cid 2019-02-11 15:10:27 +01:00
parent 6f5e8c8e18
commit 3e18790103
2 changed files with 20 additions and 1 deletions

View File

@ -1,7 +1,7 @@
if(QT_FEATURE_evdev)
add_subdirectory(evdevmouse)
# TODO add_subdirectory(evdevtouch)
add_subdirectory(evdevtouch)
# TODO add_subdirectory(evdevkeyboard)
if(QT_FEATURE_tabletevent)

View File

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