summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensorgestures/qtsensors/plugin.json
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@jollamobile.com>2013-06-22 08:18:48 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-22 21:31:18 +0200
commite26a41a51d4d414160346703ed0d05416c3987b5 (patch)
treec34bc363db4c2c6d8269d58c2435476ab8d28822 /src/plugins/sensorgestures/qtsensors/plugin.json
parent4a96b1e9ac7bfdf3409ce27db2e58db89222ef22 (diff)
Fix loading of all sensorgesture plugins.v5.1.0-rc2v5.1.0
After the change in qtbase 732dcfe7, only the first sensorgesture plugin was actually being loaded. Since the FILE argument of Q_PLUGIN_METADATA is optional, removing that and the json file fixes the following bugs: QTBUG-31900 QTBUG-31901 Change-Id: I7c0b67605a8fe680c37639f08926140e137dbe66 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/plugins/sensorgestures/qtsensors/plugin.json')
-rw-r--r--src/plugins/sensorgestures/qtsensors/plugin.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/sensorgestures/qtsensors/plugin.json b/src/plugins/sensorgestures/qtsensors/plugin.json
deleted file mode 100644
index 8a55b3ae..00000000
--- a/src/plugins/sensorgestures/qtsensors/plugin.json
+++ /dev/null
@@ -1 +0,0 @@
-{ "Keys": [ "notused" ] }