Skip to content

Commit

Permalink
qt6: QT_MIN_VER should be 6.7 because of QCheckBox::checkStateChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a authored and Megamouse committed Jan 1, 2025
1 parent 1c22cc2 commit 799cb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/qt6.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_library(3rdparty_qt6 INTERFACE)

set(QT_MIN_VER 6.4.0)
set(QT_MIN_VER 6.7.0)

find_package(Qt6 ${QT_MIN_VER} CONFIG COMPONENTS Widgets Concurrent Multimedia MultimediaWidgets Svg SvgWidgets)
if(WIN32)
Expand Down

0 comments on commit 799cb79

Please sign in to comment.