From 169a874cba4163a7510fcd590b3bc681b8c524fb Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 10 Feb 2026 07:52:45 +0100 Subject: [PATCH] GIT_SILENT: Bump kf ecm_set_disabled_deprecation_versions. Make sure that it compiles fine without kf 6.23 deprecated methods --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1246b18..a2d3c3b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,7 +106,7 @@ add_feature_info(LibJXR LibJXR_FOUND "required for the QImage plugin for JPEG XR ecm_set_disabled_deprecation_versions( QT 6.11.0 - KF 6.21.0 + KF 6.23.0 ) add_subdirectory(src)