Mercurial > clickerconvert
comparison INSTALL @ 34:f4aaf1cd8cb0
Remove workaround for upstream fixed bug
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 11 Apr 2016 14:38:27 +0200 |
parents | 1470cb8a00a8 |
children | aa47b8e4f807 |
comparison
equal
deleted
inserted
replaced
33:50dae38a5641 | 34:f4aaf1cd8cb0 |
---|---|
63 git clone https://github.com/Intevation/mxe.git $MXEPATH | 63 git clone https://github.com/Intevation/mxe.git $MXEPATH |
64 cd $MXEPATH | 64 cd $MXEPATH |
65 git checkout clickerconvert | 65 git checkout clickerconvert |
66 echo "MXE_TARGETS := i686-w64-mingw32.static" > settings.mk | 66 echo "MXE_TARGETS := i686-w64-mingw32.static" > settings.mk |
67 make qtbase | 67 make qtbase |
68 | |
69 Workaround Qt CMake Bugs: | |
70 | |
71 find $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | \ | |
72 xargs sed -i 's/\/\([a-z]*\)\.lib/\/lib\1\.a/g' | |
73 sed -i 's@^_qt5gui_find_extra_libs.*@@' \ | |
74 $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake | |
75 | 68 |
76 Compile the software (assuming the source code is already checked out. If not | 69 Compile the software (assuming the source code is already checked out. If not |
77 please refer to the GNU/Linux build documentation how to obtain the source | 70 please refer to the GNU/Linux build documentation how to obtain the source |
78 code): | 71 code): |
79 | 72 |