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_versioncontrolsettings.kcfgc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings/dolphin_versioncontrolsettings.kcfgc') diff --git a/src/settings/dolphin_versioncontrolsettings.kcfgc b/src/settings/dolphin_versioncontrolsettings.kcfgc index 232268fe3..f053fc646 100644 --- a/src/settings/dolphin_versioncontrolsettings.kcfgc +++ b/src/settings/dolphin_versioncontrolsettings.kcfgc @@ -2,3 +2,5 @@ File=dolphin_versioncontrolsettings.kcfg ClassName=VersionControlSettings Singleton=true Mutators=true +IncludeFiles=dolphin_export.h +Visibility=DOLPHIN_EXPORT -- cgit v1.3.1