Skip to content

Commit

Permalink
Update Qt minimum version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Aug 11, 2024
1 parent 97423d0 commit 4fa6880
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
Expand Up @@ -98,7 +98,7 @@ else()
set(WITH_SENTRY 0)
endif()

set(QT_MIN_VERSION 6.5.0)
set(QT_MIN_VERSION 6.6.0)

if (ANDROID)
if(VCPKG_TARGET_TRIPLET STREQUAL "arm-android" OR VCPKG_TARGET_TRIPLET STREQUAL "arm-neon-android")
Expand Down

1 comment on commit 4fa6880

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.