From 646c7ecceba709fd15075dd1eeaf1b853223e5f4 Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Fri, 6 Jan 2023 12:36:14 +0400 Subject: [PATCH] Update Qt version for Linux in cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)