mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
[cmake] copy Core5Compat.dll on Windows
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
3b4adc6162
commit
ccb8d37916
2 changed files with 3 additions and 2 deletions
|
@ -20,6 +20,7 @@ function(copy_yuzu_Qt6_deps target_dir)
|
|||
if (MSVC)
|
||||
windows_copy_files(${target_dir} ${Qt6_DLL_DIR} ${DLL_DEST}
|
||||
Qt6Core$<$<CONFIG:Debug>:d>.*
|
||||
Qt6Core5Compat$<$<CONFIG:Debug>:d>.*
|
||||
Qt6Gui$<$<CONFIG:Debug>:d>.*
|
||||
Qt6Widgets$<$<CONFIG:Debug>:d>.*
|
||||
Qt6Network$<$<CONFIG:Debug>:d>.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue