Update Qt version for Linux in cmake

This commit is contained in:
Ilya Fedin 2023-01-06 12:36:14 +04:00 committed by John Preston
parent 3cbbe3d3c2
commit 646c7ecceb
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
elseif (APPLE)
set(qt_version 6.3.2)
else()
set(qt_version 6.4.1)
set(qt_version 6.4.2)
endif()
endif()
include(cmake/external/qt/package.cmake)