summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tuiotouch/CMakeLists.txt
blob: 189ff9eed2292bf0c7d8ab6d4c88a730ac9e59d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
)