Re: [Development] Cross compiling Qt for windows using ming32 on Linux

2014-02-08 Thread Mark Brand
On 02/07/2014 01:28 PM, Mandeep Sandhu wrote: Is it possible to cross-compile a Windows build from within Linux using the mingw32 toolchain. I configure it as follows: ../../qt5/qtbase/configure -v -developer-build -opensource -confirm-license -release -xplatform win32-g++ -device-option

Re: [Development] Cross compiling Qt for windows using ming32 on Linux

2014-02-08 Thread Mandeep Sandhu
Thanks Mark. I'll check it out. -mandeep On Sun, Feb 9, 2014 at 5:35 AM, Mark Brand mabr...@mabrand.nl wrote: On 02/07/2014 01:28 PM, Mandeep Sandhu wrote: Is it possible to cross-compile a Windows build from within Linux using the mingw32 toolchain. I configure it as follows:

[Development] Cross compiling Qt for windows using ming32 on Linux

2014-02-07 Thread Mandeep Sandhu
Is it possible to cross-compile a Windows build from within Linux using the mingw32 toolchain. I configure it as follows: ../../qt5/qtbase/configure -v -developer-build -opensource -confirm-license -release -xplatform win32-g++ -device-option CROSS_COMPILE=i586-mingw32msvc- -no-gui It fails