[plasma/breeze] /: Install kcfg files
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ca175ffea9771c776440a4cd4228fd439cbbe5fc by Nicolas Fella.
Committed on 24/07/2026 at 10:49.
Pushed by nicolasfella into branch 'master'.
Install kcfg files
So that it can be picked up by tooling
M +1 -0 kdecoration/CMakeLists.txt
M +1 -0 kstyle/CMakeLists.txt
https://invent.kde.org/plasma/breeze/-/commit/ca175ffea9771c776440a4cd4228fd439cbbe5fc
diff --git a/kdecoration/CMakeLists.txt b/kdecoration/CMakeLists.txt
index 876430a77..d4005f20b 100644
--- a/kdecoration/CMakeLists.txt
+++ b/kdecoration/CMakeLists.txt
@@ -37,6 +37,7 @@ target_link_libraries(breezedecoration
)
install(TARGETS breezedecoration DESTINATION ${KDE_INSTALL_PLUGINDIR}/${KDECORATION_PLUGIN_DIR})
+install(FILES breezesettingsdata.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR} RENAME breeze-decoration.kcfg)
add_subdirectory(config)
diff --git a/kstyle/CMakeLists.txt b/kstyle/CMakeLists.txt
index d5c89896b..773ab80d8 100644
--- a/kstyle/CMakeLists.txt
+++ b/kstyle/CMakeLists.txt
@@ -122,6 +122,7 @@ endif()
########### install files ###############
install(TARGETS breeze${QT_MAJOR_VERSION} DESTINATION ${KDE_INSTALL_QTPLUGINDIR}/styles/)
install(FILES breeze.themerc DESTINATION ${KDE_INSTALL_DATADIR}/kstyle/themes)
+install(FILES breeze.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})
########### subdirectories ###############