cmake: Update QT from 6.7.1 to 6.7.2

This commit is contained in:
Reg Tiangha 2024-06-21 14:17:33 -06:00 committed by OpenSauce
parent 23345dc9ac
commit ef4b3c6404

View File

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