[graphics/drawy] /: GIT_SILENT: make sure that it builds without deprecated metyhods (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 059a67af13a126dd50e66edc648f5c22d176470c by Laurent Montel.
Committed on 09/08/2026 at 12:19.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: make sure that it builds without deprecated metyhods
M +1 -1 CMakeLists.txt
https://invent.kde.org/graphics/drawy/-/commit/059a67af13a126dd50e66edc648f5c22d176470c
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ccc6857b..e2520f28 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@ find_package(SharedMimeInfo ${SharedMimeInfo_MINIMUM_VERSION} REQUIRED)
kde_enable_exceptions()
-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)
# Find Qt6
find_package(Qt6 ${QT_REQUIRED_VERSION} REQUIRED COMPONENTS Widgets)