From f029a4a8ed8aa6d92f33ca9c162b7d613cb60fd2 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 17 Nov 2024 10:52:09 +0100 Subject: [PATCH] Bump KF and QT versions in ecm_set_disabled_deprecation_versions --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 28c81f3..1b0b342 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,8 +88,8 @@ endif() add_feature_info(LibJXR LibJXR_FOUND "required for the QImage plugin for JPEG XR images") ecm_set_disabled_deprecation_versions( - QT 6.5 - KF 5.102 + QT 6.8.0 + KF 6.8.0 ) add_subdirectory(src)