From fc1dc5c1d60e5e887ec6526f000c7583b7babf05 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Wed, 15 Mar 2023 09:46:20 +0000 Subject: [PATCH] Bump dependency to kirigami We need the new settings action api --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f8b5d373..4e13be9ca 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_ project(NeoChat VERSION ${RELEASE_SERVICE_VERSION}) -set(KF_MIN_VERSION "5.91.0") +set(KF_MIN_VERSION "5.105.0") set(QT_MIN_VERSION "5.15.2") if (ANDROID) set(QT_MIN_VERSION "5.15.8")