From e26a41a51d4d414160346703ed0d05416c3987b5 Mon Sep 17 00:00:00 2001 From: Lorn Potter Date: Sat, 22 Jun 2013 08:18:48 +1000 Subject: Fix loading of all sensorgesture plugins. 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 Reviewed-by: Lars Knoll --- examples/sensors/qmlsensorgestures/plugin/plugin.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 examples/sensors/qmlsensorgestures/plugin/plugin.json (limited to 'examples/sensors/qmlsensorgestures/plugin/plugin.json') diff --git a/examples/sensors/qmlsensorgestures/plugin/plugin.json b/examples/sensors/qmlsensorgestures/plugin/plugin.json deleted file mode 100644 index 8a55b3ae..00000000 --- a/examples/sensors/qmlsensorgestures/plugin/plugin.json +++ /dev/null @@ -1 +0,0 @@ -{ "Keys": [ "notused" ] } -- cgit v1.2.3