[pim/ktnef] /: 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 3a7a7646bdee6a9c2f653a5141c6a00c2cb446d7 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/ktnef/-/commit/3a7a7646bdee6a9c2f653a5141c6a00c2cb446d7
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e40c9d1..9b838c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -118,7 +118,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
# see e.g. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56556 or https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79328
string(APPEND CMAKE_CXX_FLAGS " -Wshadow")
endif()
-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)
add_compile_definitions(QT_ENABLE_STRICT_MODE_UP_TO=0x060B00)
install(EXPORT KPim6TnefTargets DESTINATION "${CMAKECONFIG_INSTALL_DIR}" FILE KPim6TnefTargets.cmake NAMESPACE KPim6::)