Hi guys.

I am tasked with building a working Cross compiler for Qt4.X FOR Debian Wheezy. ( Qt4.X = Qt4.1 up to Qt4.8 etc... )

I have been scouring the internet the last 5 days and I can not seem to find a solid way of compiling Qt4 without any hassles.

Things I need to be able to do.
- Compile Qt for a Debian Wheezy OS embedded board... a.k.a IMX6 RiotBoard. ( So the toolchain and libraries and everything else required to cross compile to imx6 board )
- Be able to compile on host machine and execute(deploy) on Board.
- Be able to code on Board self. ( So the IDE running on the board is a bonus. )

I have tried BuildRoot but I can not seem to find either Debian or Qt4.X . The Dos-UI at first is a little confusing. "Is this even possible in build root?"

Could someone please nudge in the right direction. Where do I start looking for the Qt4.X download, scripts, install scripts, Compile scripts etc ...

Thanks
Cart