cmake: stop linking against QGL

Co-Authored-By: Jan Beich <jbeich@users.noreply.github.com>
This commit is contained in:
FearlessTobi 2020-07-11 19:06:31 +02:00
parent 96fa75fb93
commit 88edf9d62c
3 changed files with 2 additions and 3 deletions

View file

@ -16,7 +16,6 @@ function(copy_citra_Qt5_deps target_dir)
icuuc*.dll
Qt5Core$<$<CONFIG:Debug>:d>.*
Qt5Gui$<$<CONFIG:Debug>:d>.*
Qt5OpenGL$<$<CONFIG:Debug>:d>.*
Qt5Widgets$<$<CONFIG:Debug>:d>.*
Qt5Multimedia$<$<CONFIG:Debug>:d>.*
Qt5Network$<$<CONFIG:Debug>:d>.*