From d8a8bcb68e6b2ea645175ec37f7197ccb50acd7a Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Thu, 16 Oct 2025 19:10:25 +0200 Subject: [PATCH] GIT_SILENT Upgrade Qt6 version requirement to 6.8.0. See https://community.kde.org/Frameworks/Policies --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f802bc..a095aa9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ include(ECMDeprecationSettings) include(CheckIncludeFiles) include(FindPkgConfig) -set(REQUIRED_QT_VERSION 6.7.0) +set(REQUIRED_QT_VERSION 6.8.0) find_package(Qt6Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) find_package(KF6Archive ${KF_DEP_VERSION})