From bef2b9168f371a1ece7ba137a02bfeda557abbf3 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 22 Mar 2025 06:47:20 +0100 Subject: [PATCH] It compiles fine without kf6.12 deprecated methods --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f21dbd1..58ddee6 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.8.0 - KF 6.11.0 + KF 6.12.0 ) add_subdirectory(src)