Skip to content

qmlglsink: fix compilation with Qt >= 5.5 on Windows

Benjamin Sigonneau requested to merge bsu/gst-plugins-good:master into master

As of Qt >= 5.5, qmake do not link to opengl32 by default anymore. This commit adds opengl32.lib to the .pro file so that the plugin can be build using QtCreator on Windows.

Merge request reports