cmake: Update QT from 6.7.0 to 6.7.1

This commit is contained in:
Reg Tiangha 2024-05-22 09:01:13 -06:00
parent ceb97beef9
commit 4fc58735d5
No known key found for this signature in database
GPG Key ID: 00D437798B1C2970

View File

@ -235,7 +235,7 @@ find_package(Threads REQUIRED)
if (ENABLE_QT) if (ENABLE_QT)
if (NOT USE_SYSTEM_QT) if (NOT USE_SYSTEM_QT)
download_qt(6.7.0) download_qt(6.7.1)
endif() endif()
find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent) find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)