# HG changeset patch # User Andre Heinecke # Date 1395246826 0 # Node ID 056ddb71a310c6f96386bd52dae774a514b693d5 # Parent 63b79d135631ab73fcbf0396f4a09d906c8e2dd6 Fix Brace escaping in sed command diff -r 63b79d135631 -r 056ddb71a310 build.sh --- a/build.sh Wed Mar 19 16:33:25 2014 +0000 +++ b/build.sh Wed Mar 19 16:33:46 2014 +0000 @@ -25,7 +25,7 @@ cd .. # Note: qt5 plugins have .lib suffix -# find ~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | xargs sed -i 's/\/([a-z]*)\.lib/\/lib\1\.a/g' +# find ~/ubuntu/src/mxe/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | xargs sed -i 's/\/\([a-z]*\)\.lib/\/lib\1\.a/g' # Also they need to have a lib prefixed... # 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.