cmake: Update QT6 from 6.6.0 to 6.7.0

This commit is contained in:
Reg Tiangha 2024-04-11 08:17:35 -06:00
parent b57dc53d93
commit e07d466e70
No known key found for this signature in database
GPG Key ID: 00D437798B1C2970
1 changed files with 1 additions and 1 deletions

View File

@ -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)