From 35a1ed0227559036f6e78169d359a45b6c191513 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 15 Aug 2025 08:29:20 +0200 Subject: [PATCH] GIT_SILENT: Bump kf ecm_set_disabled_deprecation_versions. Make sure that it compiles fine without kf 6.17 deprecated methods --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 112067c..b398de1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ add_feature_info(LibJXR LibJXR_FOUND "required for the QImage plugin for JPEG XR ecm_set_disabled_deprecation_versions( QT 6.10.0 - KF 6.16.0 + KF 6.17.0 ) add_subdirectory(src)