Skip to content

Commit

Permalink
chore: Lower Qt version to 6.6
Browse files Browse the repository at this point in the history
Latest ubuntu ships 6.6, which we'll using in CI docker
iamsergio committed Nov 3, 2024
1 parent 1f1fe41 commit e508c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_INCLUDE_CURRENT_DIRS ON)

find_package(Qt6 6.7 NO_MODULE REQUIRED COMPONENTS Widgets OpenGL)
find_package(Qt6 6.6 NO_MODULE REQUIRED COMPONENTS Widgets OpenGL)

if(NOT DEFINED ENV{FLUTTER_ENGINE_FOLDER})
message(FATAL_ERROR "Point env var FLUTTER_ENGINE_FOLDER to engine folder")

0 comments on commit e508c05

Please sign in to comment.