[plasma/plasma-pa] /: 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 1f30f519df01609d26de36a43376c908f93e55a8 by Laurent Montel. Committed on 13/08/2026 at 06:08. 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/plasma/plasma-pa/-/commit/1f30f519df01609d26de36a43376c908f93e55a8 diff --git a/CMakeLists.txt b/CMakeLists.txt index dc4041a4..0b44c386 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,7 +111,7 @@ if (BUILD_DOC) endif() ecm_set_disabled_deprecation_versions(QT 6.11.0 - KF 6.23.0 + KF 6.26.0 ) add_subdirectory(autotests)