summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/tuiotouch/tuiotouch.pro
blob: 08f7036c929071c822b478a52d0ab236d82b029f (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
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

DEFINES += QT_NO_FOREACH
PLUGIN_TYPE = generic
PLUGIN_EXTENDS = -
PLUGIN_CLASS_NAME = QTuioTouchPlugin
load(qt_plugin)