From ef4b3c6404226619db0bd84ada067c5e0b317b65 Mon Sep 17 00:00:00 2001 From: Reg Tiangha Date: Fri, 21 Jun 2024 14:17:33 -0600 Subject: [PATCH] cmake: Update QT from 6.7.1 to 6.7.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9b45fa1a..4b1449675 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.1) + download_qt(6.7.2) endif() find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)