Skip to content

Commit 261e291

Browse files
committed
CMake: Minimum Qt is 6.10
1 parent 4e9c5dc commit 261e291

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/SearchForStuff.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ disable_compiler_warnings_for_target(speex)
104104

105105
# Find the Qt components that we need.
106106
if(ENABLE_QT_UI)
107-
find_package(Qt6 6.11.1 COMPONENTS CoreTools Core GuiTools Gui WidgetsTools Widgets LinguistTools REQUIRED)
107+
find_package(Qt6 6.10 COMPONENTS CoreTools Core GuiTools Gui WidgetsTools Widgets LinguistTools REQUIRED)
108108

109109
if(NOT WIN32 AND NOT APPLE)
110110
if (Qt6_VERSION VERSION_GREATER_EQUAL 6.10.0)

0 commit comments

Comments
 (0)