(C++) MXE
June 10, 2019 · View on GitHub
MXE ('MinGW X-compiling Environment') is one of many ways to cross-compile a Qt Creator project to a windows executable by calling the executable i686-pc-mingw32-qmake.
MXE examples

MXE example 1: Hello World
MXE example 2: Hello World C++0x
MXE example 3: Hello Qt
MXE example 4: Hello Boost
MXE example 5: Hello Boost.Regex
MXE example 6: Hello Wt
Programs cross-compiled to a windows executable using MXE
MXE installation errors
Failed to build package glibc
Failed to build package glibc!
Solution: install libffi-dev:
sudo apt-get install libffi-dev
Failed to build package vtk6
Failed to build package vtk6!
Solution: install libvtk5-dev:
sudo apt-get install libvtk5-dev