I want Qt software to be cross compiled for powerpc architecture on windows machine.on,linux machine i am able to do this task by giving the exact qmake specification for xplatform option. but i am not able to this from windows machine.
i had powerpc tool chain installed on my windows machine.
please tell me in detail how i c开发者_如何学Pythonan cross compile Qt software for powerpc architecture from windows machine. its very urgent.
Somewhat of a duplicate question, see How to Compile for OS X in Linux or Windows?.
For what it's worth, cross-compiling is usually not worth the hassle; in almost all cases, your best bet is a setup using a virtual machine, since you need a way to test the resulting binaries anyways.
精彩评论