[network/ruqola] /: 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 a6d93b6fc985de41e36e07b2fd981a295b07f628 by Laurent Montel.
Committed on 02/08/2026 at 06:27.
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/network/ruqola/-/commit/a6d93b6fc985de41e36e07b2fd981a295b07f628
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e2ad6ccf6..7336e1903b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -409,7 +409,7 @@ endif()
include_directories(${CMAKE_CURRENT_BINARY_DIR})
ecm_set_disabled_deprecation_versions(QT 6.12.0
- KF 6.28.0
+ KF 6.29.0
)
set(RUQOLA_LIB_VERSION "${RUQOLA_VERSION}")