From 90a2e3b412a0dbd9868297b8ba4f8adb4a7abebd Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 10 Feb 2025 06:46:22 +0100 Subject: [PATCH] GIT_SILENT: it compiles fine without kf6.11 deprecated methods --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fb5624..34140fe 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.10.0 + KF 6.11.0 ) add_subdirectory(src)