From f6e22288b9cd5dd792f771abfabb4cc7f74364ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sun, 10 Mar 2019 22:29:30 +0000 Subject: [PATCH] Require Frameworks 5.56 as this is what KPMcore needs anyway. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ee8d7b..7e76b65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) # Dependencies set(QT_MIN_VERSION "5.10.0") -set(KF5_MIN_VERSION "5.31") +set(KF5_MIN_VERSION "5.56") set(KPMCORE_MIN_VERSION "3.80.0") set(CMAKE_USE_RELATIVE_PATHS OFF)