From 5a4df98216a9b8f41ddafab97f956a9e79be73d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 16 Oct 2020 23:39:36 +0100 Subject: [PATCH] Bump minimal KF5 version to that of KPMcore. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fbf6dd..8c77e18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) # Dependencies set(QT_MIN_VERSION "5.10.0") -set(KF5_MIN_VERSION "5.71") +set(KF5_MIN_VERSION "5.73") set(KPMCORE_MIN_VERSION "4.2.0") set(CMAKE_USE_RELATIVE_PATHS OFF)