diff options
Diffstat (limited to 'CMakeModules/CopyYuzuQt5Deps.cmake')
| -rw-r--r-- | CMakeModules/CopyYuzuQt5Deps.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeModules/CopyYuzuQt5Deps.cmake b/CMakeModules/CopyYuzuQt5Deps.cmake index 2598b9b60..59343b1ca 100644 --- a/CMakeModules/CopyYuzuQt5Deps.cmake +++ b/CMakeModules/CopyYuzuQt5Deps.cmake | |||
| @@ -15,7 +15,6 @@ function(copy_yuzu_Qt5_deps target_dir) | |||
| 15 | icuuc*.dll | 15 | icuuc*.dll |
| 16 | Qt5Core$<$<CONFIG:Debug>:d>.* | 16 | Qt5Core$<$<CONFIG:Debug>:d>.* |
| 17 | Qt5Gui$<$<CONFIG:Debug>:d>.* | 17 | Qt5Gui$<$<CONFIG:Debug>:d>.* |
| 18 | Qt5OpenGL$<$<CONFIG:Debug>:d>.* | ||
| 19 | Qt5Widgets$<$<CONFIG:Debug>:d>.* | 18 | Qt5Widgets$<$<CONFIG:Debug>:d>.* |
| 20 | ) | 19 | ) |
| 21 | 20 | ||