cmake: build the tuiotouch plugin
Change-Id: I3e448fa8c21651a31429a87ee0b209eaea0fe1b1 Reviewed-by: Liang Qi <liang.qi@qt.io>
This commit is contained in:
parent
9dbcbeb1de
commit
a3506fd4df
@ -14,7 +14,7 @@ if(QT_FEATURE_tslib)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(QT_FEATURE_tuiotouch)
|
if(QT_FEATURE_tuiotouch)
|
||||||
# TODO add_subdirectory(tuiotouch)
|
add_subdirectory(tuiotouch)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(QT_FEATURE_libinput)
|
if(QT_FEATURE_libinput)
|
||||||
|
26
src/plugins/generic/tuiotouch/CMakeLists.txt
Normal file
26
src/plugins/generic/tuiotouch/CMakeLists.txt
Normal file
@ -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"
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user