1 parent 4e9c5dc commit 261e291Copy full SHA for 261e291
1 file changed
cmake/SearchForStuff.cmake
@@ -104,7 +104,7 @@ disable_compiler_warnings_for_target(speex)
104
105
# Find the Qt components that we need.
106
if(ENABLE_QT_UI)
107
- find_package(Qt6 6.11.1 COMPONENTS CoreTools Core GuiTools Gui WidgetsTools Widgets LinguistTools REQUIRED)
+ find_package(Qt6 6.10 COMPONENTS CoreTools Core GuiTools Gui WidgetsTools Widgets LinguistTools REQUIRED)
108
109
if(NOT WIN32 AND NOT APPLE)
110
if (Qt6_VERSION VERSION_GREATER_EQUAL 6.10.0)
0 commit comments