Skip to content

Instantly share code, notes, and snippets.

@mathben
Created October 19, 2017 18:22
Show Gist options
  • Save mathben/fa4faca4f7d54ac774926b0fe7e210d9 to your computer and use it in GitHub Desktop.
Save mathben/fa4faca4f7d54ac774926b0fe7e210d9 to your computer and use it in GitHub Desktop.
Error compilation with MXE, qt5 with QML
QMAKE_CXX.INCDIRS = \
/home/mathben/git/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include/c++ \
/home/mathben/git/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include/c++/i686-w64-mingw32.static \
/home/mathben/git/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include/c++/backward \
/home/mathben/git/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include \
/home/mathben/git/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0/include-fixed \
/home/mathben/git/mxe/usr/i686-w64-mingw32.static/include
QMAKE_CXX.LIBDIRS = \
/home/mathben/git/mxe/usr/lib/gcc/i686-w64-mingw32.static/5.4.0 \
/home/mathben/git/mxe/usr/i686-w64-mingw32.static/lib
QMAKE_CXX.QT_COMPILER_STDCXX = 199711L
QMAKE_CXX.QMAKE_GCC_MAJOR_VERSION = 5
QMAKE_CXX.QMAKE_GCC_MINOR_VERSION = 4
QMAKE_CXX.QMAKE_GCC_PATCH_VERSION = 0
QMAKE_CXX.COMPILER_MACROS = \
QT_COMPILER_STDCXX \
QMAKE_GCC_MAJOR_VERSION \
QMAKE_GCC_MINOR_VERSION \
QMAKE_GCC_PATCH_VERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment