From 9f09473aa0d27f61682b035877123b4349b0d2d0 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 4 May 2025 21:31:49 +0200 Subject: [PATCH] It compiles fine without kf_6_13 deprecated methods --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa14eb9..86c28c0 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.9.0 - KF 6.12.0 + KF 6.13.0 ) add_subdirectory(src)