Updated Qt to 6.2.6 on macOS.

This commit is contained in:
23rd
2023-11-04 15:53:51 +03:00
committed by John Preston
parent a4e5ea01dc
commit 6def067e98
2 changed files with 8 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
if (WIN32)
set(qt_version 5.15.10)
elseif (APPLE)
set(qt_version 6.2.5)
set(qt_version 6.2.6)
endif()
endif()
include(cmake/external/qt/package.cmake)