Browse Source
[cmake] copy Core5Compat.dll on Windows
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/71/head
crueter
8 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
2 changed files with
3 additions and
2 deletions
-
CMakeModules/CopyYuzuQt6Deps.cmake
|
|
|
@ -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>.* |
|
|
|
|