summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/shake/shake.pro
blob: a5e69783654fe50324d1094f11a74015e700e480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE = lib
CONFIG += plugin

TARGET = qtsensorgestures_shakeplugin

QT += sensors
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