[plasma/kglobalacceld] /: GIT_SILENT: Bump kf ecm_set_disabled_deprecation_versions. Make sure that it compiles fine without kf 6.29 deprecated methods (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 0f65181851a3d0823c0fe7e81bd993bd9fe1f059 by Laurent Montel.
Committed on 11/08/2026 at 16:44.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: Bump kf ecm_set_disabled_deprecation_versions. Make sure that it compiles fine without kf 6.29 deprecated methods
M +1 -1 CMakeLists.txt
https://invent.kde.org/plasma/kglobalacceld/-/commit/0f65181851a3d0823c0fe7e81bd993bd9fe1f059
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c686650..e48fa04 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,7 +60,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KGLOBALACCELD
ecm_set_disabled_deprecation_versions(
QT 6.11.0
- KF 6.23.0
+ KF 6.29.0
)
add_subdirectory(src)