Skip to content

Commit

Permalink
Allows Qt 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tran-khoa committed Oct 28, 2024
1 parent b331976 commit e885e94
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 @@ -10,7 +10,7 @@ set(CMAKE_PROJECT_AUTHOR_EMAIL "[email protected]")
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS: OFF)
set(QT_MIN_VERSION "6.7.0")
set(QT_MIN_VERSION "6.6.0")
set(KF6_MIN_VERSION "6.5.0")

include(FeatureSummary)
Expand Down

0 comments on commit e885e94

Please sign in to comment.