summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/android/src/src.pro
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-04-07 17:32:24 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-09 10:51:16 +0200
commit2a503c28e4b9c9c05ee69e115f3530bb764844e3 (patch)
tree92b1cc05b61322fd4d07521f92ebfa70f9ec2e77 /src/plugins/sensors/android/src/src.pro
parent5bdeb53a9b1e2543539e637c72dfaf3b91fdb60c (diff)
add PLUGIN_CLASS_NAME declarations to plugin projects
needed for automatic static linking (and later deployment). the gesture plugins are excluded from the automation based on the assumption that they are usually not needed. the example and the test plugin are also excluded for obvious reasons. Change-Id: I7645aa0daf216ce430989e13d4380dbe6dd2bbd1 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/plugins/sensors/android/src/src.pro')
-rw-r--r--src/plugins/sensors/android/src/src.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/sensors/android/src/src.pro b/src/plugins/sensors/android/src/src.pro
index a184aae7..21423efb 100644
--- a/src/plugins/sensors/android/src/src.pro
+++ b/src/plugins/sensors/android/src/src.pro
@@ -2,6 +2,7 @@ TARGET = qtsensors_android
QT = sensors core
PLUGIN_TYPE = sensors
+PLUGIN_CLASS_NAME = QCounterGesturePlugin
load(qt_plugin)
# STATICPLUGIN needed because there's a Q_IMPORT_PLUGIN in main.cpp