diff options
| author | Méven Car <[email protected]> | 2025-10-22 19:09:54 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-10-23 13:46:37 +0000 |
| commit | c7dd75500a1796c1d938be4d9c0ad089476b3951 (patch) | |
| tree | 18c1c3dea0d984f96c2a35557738fc43976c8f7c /src/settings/dolphin_detailsmodesettings.kcfgc | |
| parent | 89eae81d7608cc7328d8619ff5f9289d618ef19f (diff) | |
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
Diffstat (limited to 'src/settings/dolphin_detailsmodesettings.kcfgc')
| -rw-r--r-- | src/settings/dolphin_detailsmodesettings.kcfgc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings/dolphin_detailsmodesettings.kcfgc b/src/settings/dolphin_detailsmodesettings.kcfgc index 7acfa3c7d..2e91dff87 100644 --- a/src/settings/dolphin_detailsmodesettings.kcfgc +++ b/src/settings/dolphin_detailsmodesettings.kcfgc @@ -2,3 +2,5 @@ File=dolphin_detailsmodesettings.kcfg ClassName=DetailsModeSettings Singleton=yes Mutators=true +IncludeFiles=dolphin_export.h +Visibility=DOLPHIN_EXPORT |
