(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

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