Skip to content
Snippets Groups Projects
Commit ad324b1a authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: do not use qt opengl module anymore

Not all `QOpenGL` stuff are in the Qt OpenGL
module. It appears that `QOpenGLFrameBufferObject`
was the only class provided by Qt OpenGL and
the rest are provided within Qt GUI.
parent dcb943ed
No related branches found
No related tags found
Loading
Pipeline #559926 passed with stage
in 23 minutes and 20 seconds
......@@ -18,7 +18,6 @@ QTPLUGIN += qwindowsvistastyle
}
linux {
QT += opengl # compositor_x11 requires Qt OpenGL
QTPLUGIN += qxcb-glx-integration qxcb-egl-integration qxcb qwayland-generic qwayland-egl qgtk3 qxdgdesktopportal xdg-shell
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment