[utilities/kongress] /: GIT_SILENT: Bump kf ecm_set_disabled_deprecation_versions. Make sure that it compiles fine without kf 6.28/qt6.11 deprecated methods (silent)
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 6aa8cace91f6268d92dad49255e19b3de8e83cf3 by Laurent Montel.
Committed on 22/07/2026 at 05:53.
Pushed by mlaurent into branch 'master'.
GIT_SILENT: Bump kf ecm_set_disabled_deprecation_versions. Make sure that it compiles fine without kf 6.28/qt6.11 deprecated methods
M +1 -1 CMakeLists.txt
https://invent.kde.org/utilities/kongress/-/commit/6aa8cace91f6268d92dad49255e19b3de8e83cf3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02a1643..7b66a98 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,7 @@ find_package(Qt6 ${QT_MIN_VERSION} REQUIRED NO_MODULE COMPONENTS Core Quick Gui
find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS Config Kirigami I18n CalendarCore CoreAddons)
find_package(KF6KirigamiAddons 1.0 REQUIRED)
find_package(KOSMIndoorMap 25.08 REQUIRED)
-ecm_set_disabled_deprecation_versions(QT 6.10.0 KF 6.27.0)
+ecm_set_disabled_deprecation_versions(QT 6.11.0 KF 6.28.0)
if (ANDROID)