summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-09-06 15:33:41 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2018-09-14 13:01:54 +0000
commit4f2ed050580004734cb072b26ec2cb1f876e0d6e (patch)
tree0fd0b09e1bd97a84b89d4a7d0c8d45734e09e2b4 /examples
parentd87d7161a9267c33990a8fb172310e4ade291c13 (diff)
downloadqtivi-4f2ed050580004734cb072b26ec2cb1f876e0d6e.tar.gz
Build-system cleanup
Fix PLUGIN_CLASS_NAME in all places and remove PLUGIN_EXTENDS where it is not needed. For all plugins which are provided with the modules, fix the PLUGIN_EXTENDS to match the module name to also deliver the cmake file for these plugins. Renamed the MprisPlugin class name to not clash with the normal plugin name, as this is also used for the cmake filename. This should also fix build errors when trying to create the cmake files in non-existent folders. Change-Id: I102019fab327273903c8c378595c06a25964cfe8 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro1
-rw-r--r--examples/ivicore/qface-ivi-climate/backend_simulator/backend_simulator.pro1
-rw-r--r--examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro1
3 files changed, 0 insertions, 3 deletions
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 14ed034..76974e5 100644
--- a/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro
+++ b/examples/ivicore/qface-ivi-addressbook/backend_simulator/backend_simulator.pro
@@ -15,7 +15,6 @@ CONFIG += ivigenerator plugin
QFACE_FORMAT = backend_simulator
QFACE_SOURCES = ../example-ivi-addressbook.qface
PLUGIN_TYPE = qtivi
-PLUGIN_EXTENDS = qtivi
PLUGIN_CLASS_NAME = AddressBookPlugin
CONFIG += install_ok # Do not cargo-cult this!
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 53dd135..42f0193 100644
--- a/examples/ivicore/qface-ivi-climate/backend_simulator/backend_simulator.pro
+++ b/examples/ivicore/qface-ivi-climate/backend_simulator/backend_simulator.pro
@@ -19,7 +19,6 @@ CONFIG += ivigenerator plugin
QFACE_FORMAT = backend_simulator
QFACE_SOURCES = ../example-ivi-climate.qface
PLUGIN_TYPE = qtivi
-PLUGIN_EXTENDS = qtivi
PLUGIN_CLASS_NAME = ClimatePlugin
#! [2]
CONFIG += install_ok # Do not cargo-cult this!
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 5d790d6..ff26393 100644
--- a/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
+++ b/examples/ivicore/qface-ivi-remote/backend_qtro/backend_qtro.pro
@@ -19,7 +19,6 @@ CONFIG += ivigenerator plugin
QFACE_FORMAT = backend_qtro
QFACE_SOURCES = ../example-ivi-remote.qface
PLUGIN_TYPE = qtivi
-PLUGIN_EXTENDS = qtivi
PLUGIN_CLASS_NAME = RemoteClientPlugin
#! [2]
CONFIG += install_ok # Do not cargo-cult this!