Dear fellow coders,

i'm building Qt 5.7 sources to fit my embedded linux target device. My vendor-supplied SDK doesn't come with gstreamer. I've found some qt-gstreamer libraries online and would need some advice on how to incorporate qt-gstreamer into my Qt configure?

Do I cross-compile qt-gstreamer first using my cross-compiler? And how may I configure Qt configure to include gstreamer in my host Ubuntu PC?

Thanks!