vlc | branch: master | Prince Gupta <[email protected]> | Fri Nov 20 23:17:43 2020 +0530| [3b08a0e2d0211a877af9fe5dcb2aa6102d7b87f4] | committer: Pierre Lamot
qt: correctly import Shapes plugin Signed-off-by: Pierre Lamot <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b08a0e2d0211a877af9fe5dcb2aa6102d7b87f4 --- modules/gui/qt/qt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt/qt.cpp b/modules/gui/qt/qt.cpp index d61add4f0e..18b09d4238 100644 --- a/modules/gui/qt/qt.cpp +++ b/modules/gui/qt/qt.cpp @@ -84,6 +84,7 @@ extern "C" char **environ; Q_IMPORT_PLUGIN(QtQmlModelsPlugin) Q_IMPORT_PLUGIN(QtGraphicalEffectsPlugin) Q_IMPORT_PLUGIN(QtGraphicalEffectsPrivatePlugin) + Q_IMPORT_PLUGIN(QmlShapesPlugin) #if QT_VERSION >= QT_VERSION_CHECK(5,15,0) Q_IMPORT_PLUGIN(QtQmlPlugin) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
