Skip to content

Commit

Permalink
Bump mininum required versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarazzam committed Sep 17, 2024
1 parent f62135f commit 0e7dbaf
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 @@ -8,8 +8,8 @@ project(chessament VERSION 0.1)
include(FeatureSummary)

set(QT6_MIN_VERSION 6.5.0)
set(KF6_MIN_VERSION 6.0.0)
set(KIRIGAMI_ADDONS_MIN_VERSION 1.2.40)
set(KF6_MIN_VERSION 6.5.0)
set(KIRIGAMI_ADDONS_MIN_VERSION 1.4.0)

find_package(ECM ${KF6_MIN_VERSION} REQUIRED NO_MODULE)

Expand Down

0 comments on commit 0e7dbaf

Please sign in to comment.