From e07d466e7076963180995590250e4af2cae88e2a Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Thu, 11 Apr 2024 08:17:35 -0600 Subject: [PATCH] cmake: Update QT6 from 6.6.0 to 6.7.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 603426e19..193169b4c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -235,7 +235,7 @@ find_package(Threads REQUIRED) if (ENABLE_QT) if (NOT USE_SYSTEM_QT) - download_qt(6.6.0) + download_qt(6.7.0) endif() find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)