Merge pull request #5453 from FearlessTobi/port-4221

Port yuzu-emu/yuzu#4221: "cmake: stop linking against QGL"
This commit is contained in:
Marshall Mohror
2020-07-14 09:26:43 -05:00
committed by GitHub
3 changed files with 2 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ if (ENABLE_QT)
set(QT_PREFIX_HINT)
endif()
find_package(Qt5 REQUIRED COMPONENTS Widgets OpenGL Multimedia ${QT_PREFIX_HINT})
find_package(Qt5 REQUIRED COMPONENTS Widgets Multimedia ${QT_PREFIX_HINT})
if (ENABLE_QT_TRANSLATION)
find_package(Qt5 REQUIRED COMPONENTS LinguistTools ${QT_PREFIX_HINT})