I'm trying to build Qt framework from sources.

And I need the configuration options which will enable me to use GStreamer from inside Qt application (QCoreApplication & QThread).

I prefer not to include phonon (due to size & speed constraints, we don't want to include modules which we won't be using).

We already have a mediaplayer(C++) which uses Gstreamer, just want to include that into Qt.


Thanks in Advance...!