mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-09 13:43:27 +00:00
cmake: Update QT6 from 6.6.0 to 6.7.0
This commit is contained in:
parent
b57dc53d93
commit
e07d466e70
1 changed files with 1 additions and 1 deletions
|
@ -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.0)
|
||||
endif()
|
||||
|
||||
find_package(Qt6 REQUIRED COMPONENTS Widgets Multimedia Concurrent)
|
||||
|
|
Loading…
Reference in a new issue