From c7dd75500a1796c1d938be4d9c0ad089476b3951 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Wed, 22 Oct 2025 19:09:54 +0200 Subject: CMakeLists.txt: make sure settings.kcfg are shared Between all dolphinprivate library users. So that the KConfigSkeleton singleton have unique instances accross libraries bounds. To fully fix the bug, make sure to save the modified file to disk. BUG: 368121 --- src/settings/dolphin_compactmodesettings.kcfgc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings/dolphin_compactmodesettings.kcfgc') diff --git a/src/settings/dolphin_compactmodesettings.kcfgc b/src/settings/dolphin_compactmodesettings.kcfgc index 8341185fa..f2e91b597 100644 --- a/src/settings/dolphin_compactmodesettings.kcfgc +++ b/src/settings/dolphin_compactmodesettings.kcfgc @@ -2,3 +2,5 @@ File=dolphin_compactmodesettings.kcfg ClassName=CompactModeSettings Singleton=yes Mutators=true +IncludeFiles=dolphin_export.h +Visibility=DOLPHIN_EXPORT -- cgit v1.3.1