Update Vulkan and QT submodules

This commit is contained in:
PabloMK7 2024-08-15 17:48:44 +02:00
parent f248fefe06
commit f8d133c8b3
3 changed files with 3 additions and 3 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.2)
endif()
find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)