From a3506fd4df9b5f12b575a054ced0b3f37cdc26c1 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 11 Feb 2019 15:15:39 +0100 Subject: cmake: build the tuiotouch plugin Change-Id: I3e448fa8c21651a31429a87ee0b209eaea0fe1b1 Reviewed-by: Liang Qi --- src/plugins/generic/CMakeLists.txt | 2 +- src/plugins/generic/tuiotouch/CMakeLists.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 src/plugins/generic/tuiotouch/CMakeLists.txt (limited to 'src/plugins') diff --git a/src/plugins/generic/CMakeLists.txt b/src/plugins/generic/CMakeLists.txt index a7fbd1381c..011d226ad2 100644 --- a/src/plugins/generic/CMakeLists.txt +++ b/src/plugins/generic/CMakeLists.txt @@ -14,7 +14,7 @@ if(QT_FEATURE_tslib) endif() if(QT_FEATURE_tuiotouch) -# TODO add_subdirectory(tuiotouch) + add_subdirectory(tuiotouch) endif() if(QT_FEATURE_libinput) diff --git a/src/plugins/generic/tuiotouch/CMakeLists.txt b/src/plugins/generic/tuiotouch/CMakeLists.txt new file mode 100644 index 0000000000..189ff9eed2 --- /dev/null +++ b/src/plugins/generic/tuiotouch/CMakeLists.txt @@ -0,0 +1,26 @@ +# Generated from tuiotouch.pro. + +##################################################################### +## qtuiotouchplugin Plugin: +##################################################################### + +add_qt_plugin(qtuiotouchplugin + TYPE generic + SOURCES + main.cpp + qoscbundle.cpp qoscbundle_p.h + qoscmessage.cpp qoscmessage_p.h + qtuiocursor_p.h + qtuiohandler.cpp qtuiohandler_p.h + qtuiotoken_p.h + DEFINES + QT_NO_FOREACH + LIBRARIES + Qt::CorePrivate + Qt::GuiPrivate + Qt::Network + # OTHER_FILES = "tuiotouch.json" + # PLUGIN_CLASS_NAME = "QTuioTouchPlugin" + # PLUGIN_EXTENDS = "-" + # _LOADED = "qt_plugin" +) -- cgit v1.2.3