[pim/eventviews] /: 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 4b831ab7a7b0f9424ff51caf018b53fb2062deed 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/pim/eventviews/-/commit/4b831ab7a7b0f9424ff51caf018b53fb2062deed
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1abd905f..42310f4b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,7 +144,7 @@ if(BUILD_TESTING)
endif()
ecm_set_disabled_deprecation_versions(QT 6.10.0
- KF 6.28.0
+ KF 6.29.0
)
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
# Not setting for GNU due to too many warnings related to private members of base classes or around lambdas