From 6e6c1ab5f45c0399f2aeb43e8c99bf71f2c82bac Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Wed, 18 Jan 2023 23:37:26 +0100 Subject: [PATCH] Require Qt6 master is for Qt6-based development now Qt5 development continues in the 'kf5' branch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f21884..bdf7597 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ include(ECMDeprecationSettings) include(CheckIncludeFiles) include(FindPkgConfig) -set(REQUIRED_QT_VERSION 5.15.2) +set(REQUIRED_QT_VERSION 6.4.0) find_package(Qt${QT_MAJOR_VERSION}Gui ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) find_package(KF5Archive)