To create a .exe
in Linux using Qt SDK, should I cross compile my application in Linux or cross-compile my application in Windows?
You need to cross compile on Linux, for windows.
EDIT:
Hope that clears things up.
jrh
Either cross-compile in Linux, or compile in Windows.
First off, kvg. Google search for "cross-compiling qt applications in linux for windows" and first link that comes up is this: http://silmor.de/29
The steps should be simple: