GNOME Bugzilla – Bug 727495
QtGStreamerQuick pkg-config file is missing
Last modified: 2016-06-01 23:50:39 UTC
I'm using qt-gstreamer in my own QtQuick verson 2.0 project. In the QMake .pro file, on top of CONFIG += link_pkgconfig PKGCONFIG += Qt5GLib-2.0 Qt5GStreamer-0.10 Qt5GStreamerUi-0.10 I have to add LIBS += -lQt5GStreamerQuick-0.10 Since there is not pkg-config file for Qt5GStreamerQuick
Created attachment 273480 [details] [review] pc: Added pkg-config file for the QtGStreamerQuick module
This seems to have been fixed independently, there is a .pc file for QtGStreamerQuick now.