diff --git a/CMakeLists.txt b/CMakeLists.txt index c03a649f6..43026876d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)