Update Qt to 6.4.1 on Linux

This commit is contained in:
Ilya Fedin
2022-11-16 17:43:59 +04:00
committed by John Preston
parent 768fc9b8f6
commit 82629dd3e5
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
elseif (APPLE)
set(qt_version 6.3.1)
else()
set(qt_version 6.4.0)
set(qt_version 6.4.1)
endif()
endif()
include(cmake/external/qt/package.cmake)