mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
cmake: Upgrade bundled Qt to 6.9.3
This commit is contained in:
parent
0571187bd3
commit
7869f1c618
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue