diff options
| author | 2020-07-01 22:00:47 +0000 | |
|---|---|---|
| committer | 2020-07-01 22:11:39 +0000 | |
| commit | b1b1ed7597cbe329e26db8240b9e05d3fc360b6f (patch) | |
| tree | cd859de22e1085b8f6e50726d49b619204467359 /CMakeModules | |
| parent | Merge pull request #4217 from lioncash/prototype (diff) | |
| download | yuzu-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.tar.gz yuzu-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.tar.xz yuzu-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.zip | |
cmake: stop linking against QGL after c6a0ab979239
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 | ||