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

@ -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})