[pim/kcalutils] /: 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 4b11b3c614806d765bce2656c0b7f722b8aad9de 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/kcalutils/-/commit/4b11b3c614806d765bce2656c0b7f722b8aad9de
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b07b37993..2fdbfad77 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -126,7 +126,7 @@ find_package(KPim6IdentityManagementCore ${IDENTITYMANAGER_LIB_VERSION} CONFIG R
add_definitions(-DTRANSLATION_DOMAIN=\"libkcalutils6\")
add_definitions(-DQT_NO_CONTEXTLESS_CONNECT)
-ecm_set_disabled_deprecation_versions(QT 6.12.0 KF 6.28.0)
+ecm_set_disabled_deprecation_versions(QT 6.12.0 KF 6.29.0)
if(BUILD_TESTING)
add_definitions(-DBUILD_TESTING)