Skip to content
Snippets Groups Projects
Commit 47f72100 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

linking against OpenGL from Qt5 is not necessary

parent 4bc689e8
Branches
Tags
No related merge requests found
......@@ -273,7 +273,7 @@ endif()
if (ENABLE_GUI)
find_package(Qt5Widgets REQUIRED)
find_package(Qt5OpenGL REQUIRED)
set(QT_LIBRARIES ${QT_LIBRARIES} Qt5::OpenGL Qt5::Gui Qt5::Widgets Qt5::Core)
set(QT_LIBRARIES ${QT_LIBRARIES} Qt5::Gui Qt5::Widgets Qt5::Core)
ost_find_python_module(sip)
ost_find_python_module(PyQt5)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment