summaryrefslogtreecommitdiffstats
path: root/examples/sensors/qmlsensorgestures/plugin/plugin.pro
blob: ab250884316b95b24066484c3139a02265dcd0e3 (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
TEMPLATE = lib
CONFIG += plugin

TARGET = qtsensorgestures_counterplugin

QT += sensors
DESTDIR = $$QT.sensors.plugins/sensorgestures

# Input
HEADERS += \
    qcountergestureplugin.h \
    qcounterrecognizer.h
SOURCES += \
    qcountergestureplugin.cpp \
    qcounterrecognizer.cpp

target.path += $$[QT_INSTALL_PLUGINS]/sensorgestures
INSTALLS += target