[utilities/kdebugsettings] /: 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 3d631722a88432f3257b9bff5922ad14c2e2efd0 by Laurent Montel. Committed on 02/08/2026 at 06:22. 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/kdebugsettings/-/commit/3d631722a88432f3257b9bff5922ad14c2e2efd0 diff --git a/CMakeLists.txt b/CMakeLists.txt index 55d8d420..ff906070 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,7 +129,7 @@ endif() add_definitions(-DTRANSLATION_DOMAIN="kdebugsettings") add_definitions(-DQT_NO_CONTEXTLESS_CONNECT) ecm_set_disabled_deprecation_versions(QT 6.12.0 - KF 6.28.0 + KF 6.29.0 ) add_compile_definitions(QT_ENABLE_STRICT_MODE_UP_TO=0x060B00) if(OPTION_SELENIUMWEBDRIVER_SUPPORT)