summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/shake/shake.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sensorgestures/shake/shake.pro')
-rw-r--r--src/plugins/sensorgestures/shake/shake.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/plugins/sensorgestures/shake/shake.pro b/src/plugins/sensorgestures/shake/shake.pro
new file mode 100644
index 00000000..80197c7e
--- /dev/null
+++ b/src/plugins/sensorgestures/shake/shake.pro
@@ -0,0 +1,17 @@
+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
+