download qt before externals

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-07-14 16:23:36 -04:00
parent 1e51e82d59
commit e025391f18
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6

View file

@ -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)