Hi,

I've compiled and installed qt5.1.1 on my freescale imx6 board by using yocto. Now I need to cross compile the same qt version on my host pc in order to compile my app to deploy on the arm board.

Despite I use the sysroot generated from yocto I can't configure qt to use dbus and icu which have been included in the board qt version.
So can I cross compile qt for the host system without dubs and icu and then use the compiled on the board which has these feature? Or can you suggest a way to cross-compile qt with them?

Thanks!