summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/shake/shake.pro
blob: f0333c6793df50a75e4b3fbfb3163f103c6c7645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = qtsensorgestures_shakeplugin
QT = core sensors

load(qt_plugin)

DESTDIR = $$QT.sensors.plugins/sensorgestures

# Input
HEADERS += qshakesensorgestureplugin.h \
           qshakerecognizer.h
SOURCES += qshakesensorgestureplugin.cpp \
           qshakerecognizer.cpp

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

OTHER_FILES += \
    plugin.json