# HG changeset patch # User Andre Heinecke # Date 1460378307 -7200 # Node ID f4aaf1cd8cb0586d4ea0705775d60c26d1d00625 # Parent 50dae38a5641ce5976cda1c0d0a328f237b62e92 Remove workaround for upstream fixed bug diff -r 50dae38a5641 -r f4aaf1cd8cb0 INSTALL --- a/INSTALL Mon Apr 11 14:38:01 2016 +0200 +++ b/INSTALL Mon Apr 11 14:38:27 2016 +0200 @@ -66,13 +66,6 @@ echo "MXE_TARGETS := i686-w64-mingw32.static" > settings.mk make qtbase -Workaround Qt CMake Bugs: - - find $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | \ - xargs sed -i 's/\/\([a-z]*\)\.lib/\/lib\1\.a/g' - sed -i 's@^_qt5gui_find_extra_libs.*@@' \ - $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake - Compile the software (assuming the source code is already checked out. If not please refer to the GNU/Linux build documentation how to obtain the source code):