[gst-devel] Using GStreamer in QT

Andrey Nechypurenko andreynech at yahoo.com
Fri Oct 30 16:33:40 CET 2009


Hi,

> How to create project in QT for GStreamer based application.
> I need to give compile option pkg-config --cflags --libs gstreamer-0.10.

I assume that you are asking how to use pkg-config in Qt .pro file. 
This was the second link I get by google querying for "qmake pkgconfig":
http://qt.nokia.com/developer/faqs/faq.2008-01-17.1956321293 :

CONFIG += link_pkgconfig
PKGCONFIG += your_package_name

In addition you can take a look on Qt examples in gst-plugins-gl/tests/examples/qt . 
However, they are not using pkg-config.

Andrey.


      




More information about the gstreamer-devel mailing list