Update Qt to 6.2.5 on macOS

This commit is contained in:
Ilya Fedin
2023-09-21 12:42:54 +04:00
committed by John Preston
parent 1683dccb50
commit 277fe540dc
3 changed files with 10 additions and 10 deletions
+1 -1
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.3.2)
set(qt_version 6.2.5)
endif()
endif()
include(cmake/external/qt/package.cmake)