From 32d0b37c6496cf8b189edee2430474c9fae7a718 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Tue, 16 Apr 2024 19:48:19 +0300 Subject: [PATCH] build: downgrade KF5 version to 5.92 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aec350..d3c1c52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ include(ECMInstallIcons) find_package(Qt5 5.15 CONFIG REQUIRED Core Gui Widgets Xml PrintSupport LinguistTools ) -find_package(KF5 5.102 REQUIRED DocTools XmlGui TextEditor Parts IconThemes ) +find_package(KF5 5.92 REQUIRED DocTools XmlGui TextEditor Parts IconThemes ) include(KDEInstallDirs) include(KDECompilerSettings NO_POLICY_SCOPE)