[cmake] copy Core5Compat.dll on Windows

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-07-16 16:19:27 -04:00
parent 3b4adc6162
commit ccb8d37916
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
2 changed files with 3 additions and 2 deletions

View file

@ -20,6 +20,7 @@ function(copy_yuzu_Qt6_deps target_dir)
if (MSVC) if (MSVC)
windows_copy_files(${target_dir} ${Qt6_DLL_DIR} ${DLL_DEST} windows_copy_files(${target_dir} ${Qt6_DLL_DIR} ${DLL_DEST}
Qt6Core$<$<CONFIG:Debug>:d>.* Qt6Core$<$<CONFIG:Debug>:d>.*
Qt6Core5Compat$<$<CONFIG:Debug>:d>.*
Qt6Gui$<$<CONFIG:Debug>:d>.* Qt6Gui$<$<CONFIG:Debug>:d>.*
Qt6Widgets$<$<CONFIG:Debug>:d>.* Qt6Widgets$<$<CONFIG:Debug>:d>.*
Qt6Network$<$<CONFIG:Debug>:d>.* Qt6Network$<$<CONFIG:Debug>:d>.*

View file

@ -462,8 +462,8 @@ if (WIN32 AND NOT YUZU_USE_BUNDLED_QT AND QT_VERSION VERSION_GREATER_EQUAL 6)
endif() endif()
if (YUZU_USE_BUNDLED_QT) if (YUZU_USE_BUNDLED_QT)
include(CopyYuzuQt6Deps) include(CopyYuzuQt6Deps)
copy_yuzu_Qt6_deps(yuzu) copy_yuzu_Qt6_deps(yuzu)
endif() endif()
if (ENABLE_SDL2) if (ENABLE_SDL2)