rbutil: Enforce requirement of QT 6.6 or newer

Change-Id: I96064633c00ca2e13cfd9308a7f5d71cba7933cb
This commit is contained in:
Solomon Peachy 2026-07-09 20:03:50 -04:00
parent d33d2f0840
commit 814979d49b

View file

@ -46,7 +46,7 @@ enable_testing()
# Qt
find_package(QT NAMES Qt6 REQUIRED)
find_package(Qt6 REQUIRED COMPONENTS
find_package(Qt6 6.6 REQUIRED COMPONENTS
Core Core5Compat Widgets Svg Network LinguistTools SvgWidgets
OPTIONAL_COMPONENTS Multimedia Test TextToSpeech)
## note Core5Compat is only needed for QuaZip