summaryrefslogtreecommitdiff
path: root/CMakeModules
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeModules')
-rw-r--r--CMakeModules/CopyYuzuQt5Deps.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeModules/CopyYuzuQt5Deps.cmake b/CMakeModules/CopyYuzuQt5Deps.cmake
index a1ad8d8fb..db4cd88b6 100644
--- a/CMakeModules/CopyYuzuQt5Deps.cmake
+++ b/CMakeModules/CopyYuzuQt5Deps.cmake
@@ -16,13 +16,13 @@ function(copy_yuzu_Qt5_deps target_dir)
16 icuuc*.dll 16 icuuc*.dll
17 Qt5Core$<$<CONFIG:Debug>:d>.* 17 Qt5Core$<$<CONFIG:Debug>:d>.*
18 Qt5Gui$<$<CONFIG:Debug>:d>.* 18 Qt5Gui$<$<CONFIG:Debug>:d>.*
19 Qt5Network$<$<CONFIG:Debug>:d>.*
20 Qt5OpenGL$<$<CONFIG:Debug>:d>.* 19 Qt5OpenGL$<$<CONFIG:Debug>:d>.*
21 Qt5Widgets$<$<CONFIG:Debug>:d>.* 20 Qt5Widgets$<$<CONFIG:Debug>:d>.*
22 ) 21 )
23 22
24 if (YUZU_USE_QT_WEB_ENGINE) 23 if (YUZU_USE_QT_WEB_ENGINE)
25 windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST} 24 windows_copy_files(${target_dir} ${Qt5_DLL_DIR} ${DLL_DEST}
25 Qt5Network$<$<CONFIG:Debug>:d>.*
26 Qt5Positioning$<$<CONFIG:Debug>:d>.* 26 Qt5Positioning$<$<CONFIG:Debug>:d>.*
27 Qt5PrintSupport$<$<CONFIG:Debug>:d>.* 27 Qt5PrintSupport$<$<CONFIG:Debug>:d>.*
28 Qt5Qml$<$<CONFIG:Debug>:d>.* 28 Qt5Qml$<$<CONFIG:Debug>:d>.*