]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Define MODULE type for KCM libraries
authorAlexander Lohnau <alexander.lohnau@gmx.de>
Sat, 16 Apr 2022 11:05:02 +0000 (13:05 +0200)
committerLuigi Toscano <luigi.toscano@tiscali.it>
Sun, 24 Apr 2022 20:58:47 +0000 (20:58 +0000)
Otherwise, they will have the "lib" prefix

src/CMakeLists.txt

index 8ac01eb86e9e89befa94823f2cb3fdc40b2ca57b..e96f3046ec16334d9309c0f76c339e55cf486a35 100644 (file)
@@ -358,9 +358,9 @@ install(TARGETS dolphin ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
 
 if(NOT WIN32)
     # The settings are still accessible from the hamburger menu
-    add_library(kcm_dolphinviewmodes)
-    add_library(kcm_dolphinnavigation)
-    add_library(kcm_dolphingeneral)
+    add_library(kcm_dolphinviewmodes MODULE)
+    add_library(kcm_dolphinnavigation MODULE)
+    add_library(kcm_dolphingeneral MODULE)
 
     target_sources(kcm_dolphinviewmodes PRIVATE
         settings/kcm/kcmdolphinviewmodes.cpp