diff options
| author | 2020-07-10 15:18:04 -0400 | |
|---|---|---|
| committer | 2020-07-10 15:18:04 -0400 | |
| commit | 995067538ddbee8761b8ddd6bf41b6f84c6ae524 (patch) | |
| tree | fbb70d1fab044444c7153d244e256525468bd2ea /CMakeModules | |
| parent | Merge pull request #4287 from lioncash/fmt7 (diff) | |
| parent | cmake: stop linking against QGL after c6a0ab979239 (diff) | |
| download | yuzu-995067538ddbee8761b8ddd6bf41b6f84c6ae524.tar.gz yuzu-995067538ddbee8761b8ddd6bf41b6f84c6ae524.tar.xz yuzu-995067538ddbee8761b8ddd6bf41b6f84c6ae524.zip | |
Merge pull request #4221 from jbeich/unused-qt-opengl
cmake: drop dependency on QtOpenGL
Diffstat (limited to 'CMakeModules')
| -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 | ||