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

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 \
    qtuiotoken_p.h

OTHER_FILES += \
    tuiotouch.json

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