Mercurial > retraceit
diff INSTALL @ 76:c92502dae3f9
Add note about generated QT CMake build files.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 27 May 2015 09:32:23 +0200 |
parents | 1215ce843c07 |
children | 6965fb5db4b7 |
line wrap: on
line diff
--- 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):