How to compile a Windows binary in Ubuntu?
Posted
by George Edison
on Stack Overflow
See other posts from Stack Overflow
or by George Edison
Published on 2010-05-27T17:29:25Z
Indexed on
2010/05/27
17:31 UTC
Read the original article
Hit count: 184
I have a Qt application that I can compile in Ubuntu 10.04 64-bit and on Windows. However, I would like to avoid switching to Windows every time I want to compile the Windows version.
Is there a way I can compile a Windows Qt executable in Ubuntu with mingw32 or something?
Further, is there a way to integrate that compiler into Qt Creator?
© Stack Overflow or respective owner