mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
download qt before externals
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
1e51e82d59
commit
e025391f18
1 changed files with 3 additions and 2 deletions
|
@ -452,8 +452,6 @@ set(FFmpeg_COMPONENTS
|
||||||
avutil
|
avutil
|
||||||
swscale)
|
swscale)
|
||||||
|
|
||||||
add_subdirectory(externals)
|
|
||||||
|
|
||||||
if (ENABLE_QT)
|
if (ENABLE_QT)
|
||||||
if (YUZU_USE_BUNDLED_QT)
|
if (YUZU_USE_BUNDLED_QT)
|
||||||
download_qt(6.8.3)
|
download_qt(6.8.3)
|
||||||
|
@ -500,6 +498,9 @@ if (ENABLE_QT)
|
||||||
message(STATUS "Using host Qt at ${QT_HOST_PATH}")
|
message(STATUS "Using host Qt at ${QT_HOST_PATH}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# Qt has to download first for QuaZip
|
||||||
|
add_subdirectory(externals)
|
||||||
|
|
||||||
function(set_yuzu_qt_components)
|
function(set_yuzu_qt_components)
|
||||||
# Best practice is to ask for all components at once, so they are from the same version
|
# Best practice is to ask for all components at once, so they are from the same version
|
||||||
set(YUZU_QT_COMPONENTS2 Core Widgets Concurrent)
|
set(YUZU_QT_COMPONENTS2 Core Widgets Concurrent)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue