summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tuiotouch/CMakeLists.txt
blob: 0907f571a9db9e28d983bd38144895b08b4ab966 (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
27
28
29
30
31
32
# Generated from tuiotouch.pro.

#####################################################################
## qtuiotouchplugin Plugin:
#####################################################################

add_qt_plugin(qtuiotouchplugin
    TYPE generic
    CLASS_NAME QTuioTouchPlugin
    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
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::Network
)

#### Keys ignored in scope 1:.:.:tuiotouch.pro:<TRUE>:
# OTHER_FILES = "tuiotouch.json"
# PLUGIN_CLASS_NAME = "QTuioTouchPlugin"
# PLUGIN_EXTENDS = "-"
# _LOADED = "qt_plugin"