Pardon ,I am not good at English.
I install Qt Embedded 4.7.2 and Qt 4.7.2.
under Qt 4.7.2 environments, I create a project , that project (make embed player video and audio by gstreamer, the window displays other information at the same time . It compile success, run OK, ) . This project needs to add gstreamer lib.such as
CONFIG += link_pkgconfig
PKGCONFIG += gstreamer-0.10 gstreamer-interfaces-0.10
But Qt Embedded 4.7.2 environments, I do not know how to add fsl gstreamer lib to Embedded Qt environments , so the project compile failure. So I want to know how to add gstreamer lib to Qt environments?