mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-18 16:51:28 -06:00
cmake: Upgrade bundled Qt to 6.9.3
This commit is contained in:
parent
0571187bd3
commit
7869f1c618
@ -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…
Reference in New Issue
Block a user