Browse Source

[cmake] copy Core5Compat.dll on Windows

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/71/head
crueter 8 months ago
parent
commit
ccb8d37916
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 1
      CMakeModules/CopyYuzuQt6Deps.cmake

1
CMakeModules/CopyYuzuQt6Deps.cmake

@ -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>.*

Loading…
Cancel
Save