Mercurial > trustbridge
changeset 69:92f523997086
Updated build notes
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 19 Mar 2014 11:30:16 +0000 |
parents | 8ffbb48528ae |
children | 64c8c6350e60 |
files | build.sh |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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