Updated Qt to 5.15.12 on Windows.

This commit is contained in:
23rd
2023-12-28 13:57:27 +03:00
committed by John Preston
parent 758219265a
commit c7f11eb05a
2 changed files with 12 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ include(cmake/options.cmake)
if (NOT DESKTOP_APP_USE_PACKAGED)
if (WIN32)
set(qt_version 5.15.11)
set(qt_version 5.15.12)
elseif (APPLE)
set(qt_version 6.2.7)
endif()