PDA

View Full Version : Building multiple targets on one machine?



Reliance
9th January 2011, 15:11
Can I use one machine (right now it's 32-bit WindowsXP) to build to multiple targets?
The tools default to the mingw compiler, but I'd like to configure them to use the windows sdk I have on my machine, as an optional build. I don't have the visual studio, just the sdk.

Can I configure the tools to cross-build for linux, 32 and 64 bit?

I'm willing to use the command line, but I'm looking for canned answers if you have them. If the only way to do it is to delve into the guts of qmake and user profiles, I will, but I'd still need some pointers.

If you give me the right pointers I can decode the documentation.