<div dir="ltr">That was the first trial of course. <br>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.<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/7/15 George Kiagiadakis <span dir="ltr"><<a href="mailto:kiagiadakis.george@gmail.com" target="_blank">kiagiadakis.george@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Jul 15, 2013 at 1:41 PM, Marco Trapanese<br>
<<a href="mailto:marcotrapanese@gmail.com">marcotrapanese@gmail.com</a>> wrote:<br>
> I didn't understand what it was asking for, indeed. I successfully compiled<br>
> with the right path.<br>
><br>
> The last question is: in the Qt project file I wrote the following:<br>
><br>
> INCLUDEPATH +=<br>
> /home/marco/Development/qt-gstreamer-0.10.2.2/include/Qt5GStreamer<br>
> CONFIG += link_pkgconfig<br>
> PKGCONFIG +=<br>
> /home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/Qt5GStreamer-0.10.pc<br>
> \<br>
><br>
> /home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/Qt5GStreamerUi-0.10.pc<br>
> \<br>
><br>
> /home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/Qt5GLib-2.0.pc<br>
> \<br>
><br>
> /home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/Qt5GStreamerUtils-0.10.pc<br>
><br>
<br>
</div>This is also wrong. Try:<br>
<br>
CONFIG += link_pkgconfig<br>
PKGCONFIG += Qt5GStreamer-0.10 Qt5GStreamerUi-0.10<br>
<br>
and don't forget to export<br>
PKG_CONFIG_PATH=/home/marco/Development/qt-gstreamer-0.10.2.2/lib/i386-linux-gnu/pkgconfig/<br>
in your environment.<br>
<br>
See also <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/qt-gstreamer/html/build_system_integration.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/qt-gstreamer/html/build_system_integration.html</a><br>

<div class="HOEnZb"><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>