# HG changeset patch # User Andre Heinecke # Date 1395228616 0 # Node ID 92f52399708634e55c96a092ca12748f6f8e86c6 # Parent 8ffbb48528aec88a6ff6fb89c456a35e34a5df13 Updated build notes diff -r 8ffbb48528ae -r 92f523997086 build.sh --- a/build.sh Tue Mar 18 18:28:15 2014 +0000 +++ b/build.sh Wed Mar 19 11:30:16 2014 +0000 @@ -18,7 +18,7 @@ mkdir -p build-windows cd build-windows cmake .. \ - -DCMAKE_PREFIX_PATH="~/ubuntu/src/mxe/usr/i686-w64-mingw32.static" \ + -DCMAKE_PREFIX_PATH="~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/qt5;~/ubuntu/src/mxe/usr/i686-w64-mingw32.static" \ -DCMAKE_TOOLCHAIN_FILE='~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake' \ -DCMAKE_VERBOSE_MAKEFILE=True nice make -j8 @@ -30,3 +30,4 @@ # Then there is a bogous call _qt5gui_find_extra_libs(OPENGL "glu32;opengl32;gdi32;user32" "" "") # where the first "" has to be replaced by your windows prefix. e.g. # /home/andre/ubuntu/src/mxe/usr/i686-w64-mingw32.static/lib +# if this does not work you can omment out the line altogether