cmake: Upgrade bundled Qt to 6.9.3

This commit is contained in:
OpenSauce04 2026-01-19 16:23:25 +00:00 committed by OpenSauce
parent 0571187bd3
commit 7869f1c618

View File

@ -310,7 +310,7 @@ find_package(Threads REQUIRED)
if (ENABLE_QT)
if (NOT USE_SYSTEM_QT)
download_qt(6.9.2)
download_qt(6.9.3)
endif()
find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)