GNOME Bugzilla – Bug 761260
qml: add Windows support
Last modified: 2016-08-15 17:10:52 UTC
Add support for Windows to QML plugin. (in case I will succeed with a patch, will add it)
Created attachment 330133 [details] [review] qmlglsink: add win32 support This implements qmlglsink support. Unfortunately, it's out of band from the normal ./configure; make; make install set of commands instead relying on qmake to generate the requires VS project to be able to build correctly against a set of Qt binaries the will work.
commit ba69afdc475f1fd41b2fb3141ada2531f190cf02 Author: Matthew Waters <matthew@centricular.com> Date: Thu Jun 16 15:13:02 2016 +1000 qmlglsink: add win32 support The current state of c++ ABI's on Window's and Gst's/Qt's conflicting mingw builds means that we cannot use mingw for building the qt plugin. Instead, a qmake .pro file is provided that is expected to be used with the msvc binaries provided by Qt like so: (with the PATH environment variable containing the path to the qt biniaries and PKG_CONFIG_PATH containing the path to GStreamer modules) cd /path/to/sources/gst-plugins-bad/ext/qt qmake -tp vc Then open the resulting VS project and build the library. Then cp debug/libgstqtsink.dll /path/to/prefix/lib/gstreamer-1.0/libgstqtsink.cll https://bugzilla.gnome.org/show_bug.cgi?id=761260