From 3e18790103a2bf5c23fe3afcbb3edb0e991514fe Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 11 Feb 2019 15:10:27 +0100 Subject: cmake: enable evdevtouch plugin Change-Id: I7c8a7bd6ce79ca6823c0e517ef80c9418b91e552 Reviewed-by: Liang Qi --- src/plugins/generic/CMakeLists.txt | 2 +- src/plugins/generic/evdevtouch/CMakeLists.txt | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 src/plugins/generic/evdevtouch/CMakeLists.txt (limited to 'src/plugins/generic') diff --git a/src/plugins/generic/CMakeLists.txt b/src/plugins/generic/CMakeLists.txt index 69250ac4e8..2dbbd0b99b 100644 --- a/src/plugins/generic/CMakeLists.txt +++ b/src/plugins/generic/CMakeLists.txt @@ -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) diff --git a/src/plugins/generic/evdevtouch/CMakeLists.txt b/src/plugins/generic/evdevtouch/CMakeLists.txt new file mode 100644 index 0000000000..d29b82b01c --- /dev/null +++ b/src/plugins/generic/evdevtouch/CMakeLists.txt @@ -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" +) -- cgit v1.2.3