Update Qt to 5.15.13 on Windows.

This commit is contained in:
John Preston
2024-03-13 17:50:10 +04:00
parent 3e373200b1
commit 4685b889c2
2 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ include(cmake/options.cmake)
if (NOT DESKTOP_APP_USE_PACKAGED)
if (WIN32)
set(qt_version 5.15.12)
set(qt_version 5.15.13)
elseif (APPLE)
set(qt_version 6.2.7)
endif()