QtGStreamer in Qt5

Marco Trapanese marcotrapanese at gmail.com
Mon Jul 15 03:53:57 PDT 2013


That was the first trial of course.
I set the PKG_CONFIG_PATH from the Build Environment section in QtCreator.
It finds the packages but the undefined reference errors are still there.


2013/7/15 George Kiagiadakis <kiagiadakis.george at gmail.com>

> On Mon, Jul 15, 2013 at 1:41 PM, Marco Trapanese
> <marcotrapanese at gmail.com> wrote:
> > I didn't understand what it was asking for, indeed. I successfully
> compiled
> > with the right path.
> >
> > The last question is: in the Qt project file I wrote the following:
> >
> > INCLUDEPATH +=
> > /home/marco/Development/qt-gstreamer-0.10.2.2/include/Qt5GStreamer
> > CONFIG += link_pkgconfig
> > PKGCONFIG +=
> >
> /home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/Qt5GStreamer-0.10.pc
> > \
> >
> >
> /home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/Qt5GStreamerUi-0.10.pc
> > \
> >
> >
> /home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/Qt5GLib-2.0.pc
> > \
> >
> >
> /home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/Qt5GStreamerUtils-0.10.pc
> >
>
> This is also wrong. Try:
>
> CONFIG += link_pkgconfig
> PKGCONFIG += Qt5GStreamer-0.10 Qt5GStreamerUi-0.10
>
> and don't forget to export
>
> PKG_CONFIG_PATH=/home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/
> in your environment.
>
> See also
> http://gstreamer.freedesktop.org/data/doc/gstreamer/head/qt-gstreamer/html/build_system_integration.html
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130715/9d61a1dd/attachment.html>


More information about the gstreamer-devel mailing list