From ee8be4b75523058f592089c33eb82d1329607870 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 27 Oct 2021 08:02:14 +0000 Subject: [PATCH] bump dependencies --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3ae42575..71711f903 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.16) project(NeoChat) -set(KF5_MIN_VERSION "5.86.0") +set(KF5_MIN_VERSION "5.87.0") set(QT_MIN_VERSION "5.15.0") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)