From 2a503c28e4b9c9c05ee69e115f3530bb764844e3 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 7 Apr 2014 17:32:24 +0200 Subject: 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 Reviewed-by: Alex Blasche --- examples/sensors/qmlsensorgestures/plugin/plugin.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/sensors/qmlsensorgestures/plugin/plugin.pro b/examples/sensors/qmlsensorgestures/plugin/plugin.pro index 9d5f26b9..23ece17b 100644 --- a/examples/sensors/qmlsensorgestures/plugin/plugin.pro +++ b/examples/sensors/qmlsensorgestures/plugin/plugin.pro @@ -4,6 +4,8 @@ TARGET = qtsensorgestures_counterplugin QTDIR_build { # This is only for the Qt build. Do not use externally. We mean it. PLUGIN_TYPE = sensorgestures +PLUGIN_CLASS_NAME = QCounterGesturePlugin +PLUGIN_EXTENDS = - load(qt_plugin) } else { -- cgit v1.2.3