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 with the message "Unable to determine architecture!"

Do I need to give the "-platform" switch as well, or is this toolchain not
supported at all?

I was trying to avoid building Qt from within Windows as it's very slow.

Thanks,
-mandeep
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to