From b65ee561267259ccbce440884fba60712f15c349 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Thu, 21 Jan 2021 12:25:14 +0000 Subject: [PATCH] Update kf5 version requirement to 5.78 GIT_SILENT --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d038eead..80177c0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(breeze) set(PROJECT_VERSION "5.20.90") set(PROJECT_VERSION_MAJOR 5) -set(KF5_MIN_VERSION "5.74") +set(KF5_MIN_VERSION "5.78") set(QT_MIN_VERSION "5.15.0") include(GenerateExportHeader)