From a182478e2cd64676e883cebc484cb330bb949a23 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 23 Mar 2025 22:09:41 +0100 Subject: [PATCH] It compiles fine without qt6.9 deprecated methods --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 58ddee6..191bb2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ endif() add_feature_info(LibJXR LibJXR_FOUND "required for the QImage plugin for JPEG XR images") ecm_set_disabled_deprecation_versions( - QT 6.8.0 + QT 6.9.0 KF 6.12.0 )