diff options
author | Jan Beich <[email protected]> | 2020-07-01 22:00:47 +0000 |
---|---|---|
committer | Jan Beich <[email protected]> | 2020-07-01 22:11:39 +0000 |
commit | b1b1ed7597cbe329e26db8240b9e05d3fc360b6f (patch) | |
tree | cd859de22e1085b8f6e50726d49b619204467359 /CMakeModules | |
parent | 15a04fb7040602d418f2939a63225c6587eb4759 (diff) | |
download | yuzu-android-b1b1ed7597cbe329e26db8240b9e05d3fc360b6f.tar.gz yuzu-android-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) icuuc*.dll Qt5Core$<$<CONFIG:Debug>:d>.* Qt5Gui$<$<CONFIG:Debug>:d>.* - Qt5OpenGL$<$<CONFIG:Debug>:d>.* Qt5Widgets$<$<CONFIG:Debug>:d>.* ) |