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 authored and jfmcarreira committed Apr 16, 2024
1 parent 4483f0d commit 0e7a72a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -44,7 +44,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
endif()
endif()

find_package(Poppler "23.01" REQUIRED Qt5 Core)
find_package(Poppler "22.02" REQUIRED Qt5 Core)
set_package_properties("Poppler-Qt5" PROPERTIES
DESCRIPTION "A PDF rendering library"
URL "http://poppler.freedesktop.org"
Expand Down

0 comments on commit 0e7a72a

Please sign in to comment.