qmlglsink: fix compilation with Qt >= 5.5 on Windows
authorBenjamin Sigonneau <b.sigonneau@mediadone.fr>
Thu, 18 Apr 2019 15:14:18 +0000 (17:14 +0200)
committerBenjamin Sigonneau <b.sigonneau@mediadone.fr>
Thu, 18 Apr 2019 15:14:18 +0000 (17:14 +0200)
commit0375e532250ef08f7e4f24debb3d448c7632abcc
tree56c75ca661c86e947e561b35df3d55d3b677b07a
parente40072630c9014bed224f0e4dadba09d1e1ccfbf
qmlglsink: fix compilation with Qt >= 5.5 on Windows

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.
ext/qt/qtplugin.pro