summaryrefslogtreecommitdiffstats
path: root/examples/sensors/qmlsensorgestures/plugin/plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/qmlsensorgestures/plugin/plugin.pro')
-rw-r--r--examples/sensors/qmlsensorgestures/plugin/plugin.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/examples/sensors/qmlsensorgestures/plugin/plugin.pro b/examples/sensors/qmlsensorgestures/plugin/plugin.pro
new file mode 100644
index 00000000..ab250884
--- /dev/null
+++ b/examples/sensors/qmlsensorgestures/plugin/plugin.pro
@@ -0,0 +1,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
+
+
+
+
+
+
+
+
+