1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

LP-109 video gadget: add gstreamer to About credits

This commit is contained in:
Philippe Renon 2017-07-05 23:48:36 +02:00
parent 47354f3b9a
commit f8327c2d90

View File

@ -82,6 +82,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
+ creditRow.arg("dRonin", "", "http://www.dronin.org")
+ creditRow.arg("OpenSceneGraph", "<br/>Open source high performance 3D graphics toolkit", "http://www.openscenegraph.org")
+ creditRow.arg("osgEarth", "<br/>Geospatial SDK for OpenSceneGraph", "http://osgearth.org")
+ creditRow.arg("gstreamer", "<br/>Open source multimedia framework", "https://gstreamer.freedesktop.org/")
+ creditRow.arg("MSYS2", "<br/>An independent rewrite of MSYS", "https://sourceforge.net/p/msys2/wiki/Home")
+ creditRow.arg("The Qt Company", "", "http://www.qt.io")
+ "</table>";