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)