I have Qt 5.6.1 installed on my ARM based Linux system. The PATH variables and the LD_LIBRARY_PATH variables contain the path to the relevant QT directories as:
export LD_LIBRARY_PATH=/usr/local/cuda-6.5/lib:/usr/local/Qt-5.6.1/lib:/usr/lib/arm-linux-gnueabihf/gstreamer-1.0
export PATH=/usr/local/cuda-6.5/bin:/usr/local/Qt-5.6.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/bin:/usr/bin
Now, I would like to compile gstreamer-plugins-bad 1.6.4 from sources and when I run the configuration script, it never configures it with Qt. The message is:
configure: *** checking feature: Qt elements ***
configure: *** for plug-ins: qt ***
checking for QT... no
configure: *** These plugins will not be built: qt
I tried calling the configure script with --enable-qt but to no avail as well. How may I enable qt support in the plugins?