[plasma/plasma-workspace] kcms/nightlight: Don't install nightlightsettings.kcfg
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit a2707f58ebd8ce46bc548e2093c4b554e915d3c7 by Nicolas Fella.
Committed on 28/07/2026 at 13:17.
Pushed by nicolasfella into branch 'master'.
Don't install nightlightsettings.kcfg
KWin already installs this, so this would conflict
Ideally we would reuse the same file instead of duplicating them, but that's surprisingly tricky to fix
M +0 -2 kcms/nightlight/CMakeLists.txt
https://invent.kde.org/plasma/plasma-workspace/-/commit/a2707f58ebd8ce46bc548e2093c4b554e915d3c7
diff --git a/kcms/nightlight/CMakeLists.txt b/kcms/nightlight/CMakeLists.txt
index e78f9797da..ba30fc1f73 100644
--- a/kcms/nightlight/CMakeLists.txt
+++ b/kcms/nightlight/CMakeLists.txt
@@ -22,5 +22,3 @@ target_link_libraries(kcm_nightlight PRIVATE
Qt::DBus
KNightTime
)
-
-install(FILES nightlightsettings.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})