# HG changeset patch # User Andre Heinecke # Date 1432711943 -7200 # Node ID c92502dae3f9cf028c961f84bda8f56a3f960da0 # Parent 16ae3e7338b3d080e33dae4ed615de4b45d9a50b Add note about generated QT CMake build files. diff -r 16ae3e7338b3 -r c92502dae3f9 INSTALL --- a/INSTALL Tue May 26 15:24:28 2015 +0200 +++ b/INSTALL Wed May 27 09:32:23 2015 +0200 @@ -70,6 +70,13 @@ echo "set(CMAKE_STRIP $MXEPATH/usr/bin/i686-w64-mingw32.static-strip)" >> \ "$MXEPATH/usr/i686-w64-mingw32.static/share/cmake/mxe-conf.cmake" +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):