Skip to content

Commit

Permalink
build: downgrade KF5 version to 5.92
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Apr 16, 2024
1 parent 6e29dfe commit 32d0b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32d0b37

Please sign in to comment.