summaryrefslogtreecommitdiff
path: root/src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro
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 /src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro
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 'src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro')
-rw-r--r--src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro b/src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro
index 55cf52f..38d8edc 100644
--- a/src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro
+++ b/src/plugins/ivivehiclefunctions/ivivehiclefunctions.pro
@@ -21,7 +21,7 @@ OTHER_FILES += \
$$PWD/doc/src/*.qdoc
PLUGIN_TYPE = qtivi
-PLUGIN_EXTENDS = qtivi
-PLUGIN_CLASS_NAME = QIviClimateControlBackendInterface
+PLUGIN_EXTENDS = ivivehiclefunctions
+PLUGIN_CLASS_NAME = QtIviVehicleFunctionsPlugin
load(qt_plugin)