[utilities/kaichat] /: 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 2cc4479a38af471cd82dd5df5b414a880560b4b1 by Laurent Montel.
Committed on 02/08/2026 at 06:15.
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/utilities/kaichat/-/commit/2cc4479a38af471cd82dd5df5b414a880560b4b1
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebd4738..6393240 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -225,7 +225,7 @@ add_definitions(-DTRANSLATION_DOMAIN="kaichat")
add_definitions(-DQT_NO_CONTEXTLESS_CONNECT)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
ecm_set_disabled_deprecation_versions(QT 6.12.0
- KF 6.28.0
+ KF 6.29.0
)
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")