From 080fd3c72dcad71e1c0642e7337c4b1e7814e408 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 20 Jul 2025 21:42:04 +0200 Subject: [PATCH] It compiles fine without qt 6.10 deprecated methods --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61eb822..b30b0d7 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.9.0 + QT 6.10.0 KF 6.13.0 )