Update Qt to 6.4.0 beta4 on Linux

This commit is contained in:
Ilya Fedin
2022-09-01 15:55:23 +04:00
committed by John Preston
parent 4f261ced8e
commit 86059f2b5e
6 changed files with 13 additions and 11 deletions

View File

@@ -51,8 +51,10 @@ include(cmake/options.cmake)
if (NOT DESKTOP_APP_USE_PACKAGED)
if (WIN32)
set(qt_version 5.15.4)
else()
elseif (APPLE)
set(qt_version 6.3.1)
else()
set(qt_version 6.4.0)
endif()
endif()
include(cmake/external/qt/package.cmake)