After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727495 - QtGStreamerQuick pkg-config file is missing
QtGStreamerQuick pkg-config file is missing
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: qt-gstreamer
unspecified
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-02 14:07 UTC by Andres Gomez
Modified: 2016-06-01 23:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pc: Added pkg-config file for the QtGStreamerQuick module (1.04 KB, patch)
2014-04-02 14:07 UTC, Andres Gomez
none Details | Review

Description Andres Gomez 2014-04-02 14:07:49 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
Comment 1 Andres Gomez 2014-04-02 14:07:52 UTC
Created attachment 273480 [details] [review]
pc: Added pkg-config file for the QtGStreamerQuick module
Comment 2 Tim-Philipp Müller 2016-06-01 23:50:39 UTC
This seems to have been fixed independently, there is a .pc file for QtGStreamerQuick now.