How to compile for windows in linux
-
wrote on 3 Nov 2016, 07:54 last edited by
Hi i have some application's did in qt in linux and i want to compile for windows it's possible howw¿¿¿¿???
-
The easy way to do that is to use Windows. :)
Crossing compiling in linux to windows is a bitch.
http://www.blogcompiler.com/2010/07/11/compile-for-windows-on-linux/You will need to understand your new tools and how to set it up.
You might need to compile Qt with it.Timewise it will be much faster to install windows and Qt and be done with it.
-
wrote on 3 Nov 2016, 08:09 last edited by VRonin 11 Mar 2016, 08:11
An alternative, especially if it's open source and not a one-off is to use a ci tool for windows like https://www.appveyor.com/
-
wrote on 3 Nov 2016, 08:14 last edited by
You may get Mingw for your linux.
Ref : http://www.mingw.org/wiki/linuxcrossmingw
Ref : http://stackoverflow.com/questions/2033997/how-to-compile-for-windows-on-linux-with-gcc-g
1/4