From 4fc58735d50cb3730a8defd11c651eafcc3b48c7 Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Wed, 22 May 2024 09:01:13 -0600 Subject: [PATCH] cmake: Update QT from 6.7.0 to 6.7.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 606894d88..b9b45fa1a 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.7.0) + download_qt(6.7.1) endif() find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)