[pim/kmbox] /: 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 174d24b8f54c0ad69e11d98b519387cce2bce4b4 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/kmbox/-/commit/174d24b8f54c0ad69e11d98b519387cce2bce4b4
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 098c47d..dd94874 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -105,7 +105,7 @@ ecm_setup_version(PROJECT VARIABLE_PREFIX KMBOX
find_package(KF6Mime ${KF_MIN_VERSION} CONFIG)
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(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
# see e.g. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556 or https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79328