mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-07-10 13:29:52 -04:00
rbutil: Enforce requirement of QT 6.6 or newer
Change-Id: I96064633c00ca2e13cfd9308a7f5d71cba7933cb
This commit is contained in:
parent
d33d2f0840
commit
814979d49b
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ enable_testing()
|
||||||
|
|
||||||
# Qt
|
# Qt
|
||||||
find_package(QT NAMES Qt6 REQUIRED)
|
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
|
Core Core5Compat Widgets Svg Network LinguistTools SvgWidgets
|
||||||
OPTIONAL_COMPONENTS Multimedia Test TextToSpeech)
|
OPTIONAL_COMPONENTS Multimedia Test TextToSpeech)
|
||||||
## note Core5Compat is only needed for QuaZip
|
## note Core5Compat is only needed for QuaZip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue