set the minimum qt6 version to 6.4

this will be separate from the qt5 removal after release
This commit is contained in:
ebbit1q 2026-04-12 21:17:05 +02:00
parent 8cc65b8967
commit 24fcaccb58
2 changed files with 9 additions and 11 deletions

View file

@ -42,7 +42,7 @@ list(REMOVE_DUPLICATES REQUIRED_QT_COMPONENTS)
if(NOT FORCE_USE_QT5)
# Linguist is now a component in Qt6 instead of an external package
find_package(
Qt6 6.2.3
Qt6 6.4.2
COMPONENTS ${REQUIRED_QT_COMPONENTS} Linguist
QUIET HINTS ${Qt6_DIR}
)