How can I cross-compile my application on Qt. As for each project
I need two version
1). Which runs on computer on Qvfb & i386 Architecture
2). Which runs on device with Linux Framebuffer & ARM Architecture
I have already compiled Qt for device as well as for Qvfb. I am able to run examples on both platforms, But How can I cross-compile my applications. I would prefer that both output stays in different directories, that means output of i386 stays in output-i386 platform and output of ARM stays in output-ARM directory.
I am using Qt 4.6 for Embedded Linux.