From 7e4e94f7e8ae83ba6930e496d789bc768eadcf7c Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Fri, 25 Oct 2019 09:19:55 +0200 Subject: Fix all plugin class names to be unique within the module The plugin class name is used to instantiate the plugin when used as static plugin and also defines the name for the cmake files to include those plugins. Using the same name sometimes caused build errors when generating the same cmake file. Change-Id: I28e6b83148d14265fb74690d2b912628446301eb Fixes: AUTOSUITE-1322 Reviewed-by: Robert Griebl --- .../qface-ivi-addressbook/backend_simulator/backend_simulator.pro | 2 +- .../ivicore/qface-ivi-climate/backend_simulator/backend_simulator.pro | 2 +- examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro b/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro index c1cc0e1..3ff067c 100644 --- a/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro +++ b/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro @@ -14,7 +14,7 @@ CONFIG += ivigenerator plugin QFACE_FORMAT = backend_simulator QFACE_SOURCES = ../example-ivi-addressbook.qface PLUGIN_TYPE = qtivi -PLUGIN_CLASS_NAME = AddressBookPlugin +PLUGIN_CLASS_NAME = AddressBookSimulatorPlugin CONFIG += install_ok # Do not cargo-cult this! target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-ivi-addressbook/qtivi/ diff --git a/examples/ivicore/qface-ivi-climate/backend_simulator/backend_simulator.pro b/examples/ivicore/qface-ivi-climate/backend_simulator/backend_simulator.pro index c38cb8c..7d2b1b9 100644 --- a/examples/ivicore/qface-ivi-climate/backend_simulator/backend_simulator.pro +++ b/examples/ivicore/qface-ivi-climate/backend_simulator/backend_simulator.pro @@ -18,7 +18,7 @@ CONFIG += ivigenerator plugin QFACE_FORMAT = backend_simulator QFACE_SOURCES = ../example-ivi-climate.qface PLUGIN_TYPE = qtivi -PLUGIN_CLASS_NAME = ClimatePlugin +PLUGIN_CLASS_NAME = ClimateSimulatorPlugin #! [2] CONFIG += install_ok # Do not cargo-cult this! target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-ivi-climate/qtivi/ diff --git a/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro b/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro index 7cee6be..e4bd712 100644 --- a/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro +++ b/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro @@ -18,7 +18,7 @@ CONFIG += ivigenerator plugin QFACE_FORMAT = backend_qtro QFACE_SOURCES = ../example-ivi-remote.qface PLUGIN_TYPE = qtivi -PLUGIN_CLASS_NAME = RemoteClientPlugin +PLUGIN_CLASS_NAME = RemoteClientQtROPlugin #! [2] CONFIG += install_ok # Do not cargo-cult this! target.path = $$[QT_INSTALL_EXAMPLES]/ivicore/qface-ivi-remote/qtivi/ -- cgit v1.2.1