Skip to content

Commit

Permalink
fix: set min version for qt to 6.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert committed Nov 3, 2024
1 parent f466286 commit 74ed0ad
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 @@ -86,7 +86,7 @@ find_package(ECM REQUIRED NO_MODULE)

# KF6 only
set(KF_MIN_VERSION "5.113.0")
set(QT_MIN_VERSION "6.5.0")
set(QT_MIN_VERSION "6.2.4")
set(QT_MAJOR_VERSION "6")

# We need some parts of the ECM CMake helpers.
Expand Down

0 comments on commit 74ed0ad

Please sign in to comment.