[plasma/plasma-workspace] kcms/desktoptheme: Install correct file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f31f55618c3d129cb02eec2bbeb65d8ae52136cc by Nicolas Fella.
Committed on 27/07/2026 at 20:59.
Pushed by nicolasfella into branch 'master'.
Install correct file
Amends f12d7eea04326555b0434acca4f0cfd2cf4878e0
M +1 -1 kcms/desktoptheme/CMakeLists.txt
https://invent.kde.org/plasma/plasma-workspace/-/commit/f31f55618c3d129cb02eec2bbeb65d8ae52136cc
diff --git a/kcms/desktoptheme/CMakeLists.txt b/kcms/desktoptheme/CMakeLists.txt
index 5e3a582615..dd0bfbf887 100644
--- a/kcms/desktoptheme/CMakeLists.txt
+++ b/kcms/desktoptheme/CMakeLists.txt
@@ -47,4 +47,4 @@ target_link_libraries(plasma-apply-desktoptheme
#this desktop file is installed only for retrocompatibility with sycoca
install(FILES plasma-themes.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR})
install(TARGETS plasma-apply-desktoptheme DESTINATION ${KDE_INSTALL_BINDIR})
-install(FILES desktopthemesettings.kcfgc DESTINATION ${KDE_INSTALL_KCFGDIR})
+install(FILES desktopthemesettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})