[plasma/plasma-systemmonitor] src/page: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 282538b292fc38004686c3c2c1fd314f1c2aa59c by Nicolas Fella.
Committed on 27/07/2026 at 09:36.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +1 -0 src/page/CMakeLists.txt
https://invent.kde.org/plasma/plasma-systemmonitor/-/commit/282538b292fc38004686c3c2c1fd314f1c2aa59c
diff --git a/src/page/CMakeLists.txt b/src/page/CMakeLists.txt
index 49f9d99c..8d83d5dc 100644
--- a/src/page/CMakeLists.txt
+++ b/src/page/CMakeLists.txt
@@ -51,5 +51,6 @@ kconfig_target_kcfg_file(PlasmaSystemMonitorPage FILE systemmonitor.kcfg CLASS_N
target_link_libraries(PlasmaSystemMonitorPage PRIVATE Qt::DBus Qt::Quick KF6::ConfigCore KF6::I18n KF6::NewStuffCore KSysGuard::Sensors KSysGuard::SensorFaces)
install(TARGETS PlasmaSystemMonitorPage ${KDE_INSTALL_DEFAULT_ARGS})
+install(FILES systemmonitor.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})
ecm_finalize_qml_module(PlasmaSystemMonitorPage)