summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tuiotouch/tuiotouch.pro
blob: 5e53403f5b0505770e3ba7ffcc3cc82f5055ef6d (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
TARGET = qtuiotouchplugin

PLUGIN_TYPE = generic
PLUGIN_EXTENDS = -
PLUGIN_CLASS_NAME = QTuioTouchPlugin
load(qt_plugin)

QT += \
    core-private \
    gui-private \
    network

SOURCES += \
    main.cpp \
    qoscbundle.cpp \
    qoscmessage.cpp \
    qtuiohandler.cpp

HEADERS += \
    qoscbundle_p.h \
    qoscmessage_p.h \
    qtuiohandler_p.h \
    qtuiocursor_p.h

OTHER_FILES += \
    tuiotouch.json