From 8a209e96166425e15efce38cc6c018e723f91aa4 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 18 Feb 2022 07:22:40 +0100 Subject: [PATCH] Fix building against qt6 we need kf5.90 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d56cc57..efbbd4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH ON) # Dependencies set(QT_MIN_VERSION "5.15.0") -set(KF5_MIN_VERSION "5.88") +set(KF5_MIN_VERSION "5.90") set(BLKID_MIN_VERSION "2.33.2") # PolkitQt5-1