rbutil: Enforce requirement of QT 6.6 or newer

rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]> Thu, 9 Jul 2026 20:58:09 -0400
Newsgroups gmane.comp.systems.archos.rockbox.cvs
Message-ID <[email protected]>
commit 814979d49b58b278a93324c4d20bfcbd06cb2895
Author: Solomon Peachy <[email protected]>
Date:   Thu Jul 9 20:03:50 2026 -0400

    rbutil:  Enforce requirement of QT 6.6 or newer
    
    Change-Id: I96064633c00ca2e13cfd9308a7f5d71cba7933cb

diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index e1ebc57342..1032478af2 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -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
-- 
rockbox-cvs mailing list
[email protected]
https://lists.haxx.se/mailman/listinfo/rockbox-cvs