Using Yocto i am able to generate my Linux image and its root file system having libraries for both qt and opencv.
In order to compile QT program there is an SDK poky-eglibc-i686-meta-toolchain-qt5-cortexa15hf-vfp-neon-toolchain-1.6.1.sh .
For compiling Opencv i have another SDK: poky-eglibc-i686-core-image-weston-cortexa15hf-vfp-neon-toolchain-1.6.1.sh.
QT SDK doesnot have any libraries and header files for opencv which is making difficult to compile a program both with Opencv and QT.
I am successfully able to compile Qt programs and opencv programs using separate SDK.
Is there any SDK which can compile a program with both QT and Opencv? Or how should i generate one?