Commit 782c5103 authored by Tristan Cavelier's avatar Tristan Cavelier

xxx || exit 1 + sed @

parent 00491fd2
......@@ -34,10 +34,10 @@ patches =
configure-command =
# echo 'QMAKESPEC = ${qmake:location}/mkspecs/linux-g++' >> Comment/3dParty/cryptopp/project/cryptopp.pro
sed 's,\(include($$PWD/OfficeUtils.pri)\)),\1,g' -i OfficeUtils/OfficeUtils.pro
sed 's,\$\$SOURCES_UTILS,'"$PWD/OfficeUtils/src,g" -i OfficeUtils/OfficeUtils.pri
sed 's,-spec \([^ ]\+\),-spec ${qmake:location}/mkspecs/\1 "QMAKE_CXXFLAGS += -std=c++11 -I${zlib:location}/include -Wl,-rpath=${zlib:location}/lib",g' -i Makefile
( cd Common/3dParty && ./make.sh )
sed 's,\(include($$PWD/OfficeUtils.pri)\)),\1,g' -i OfficeUtils/OfficeUtils.pro || exit 1
sed 's,\$\$SOURCES_UTILS,'"$PWD/OfficeUtils/src,g" -i OfficeUtils/OfficeUtils.pri || exit 1
sed 's@-spec \([^ ]\+\)@-spec ${qmake:location}/mkspecs/\1 "QMAKE_CXXFLAGS += -std=c++11 -I${zlib:location}/include -Wl,-rpath=${zlib:location}/lib"@g' -i Makefile || exit 1
( cd Common/3dParty && ./make.sh ) || exit 1
# cp -rnt DesktopEditor/doctrenderer ${nodejs-4:location}/include/node/*
# echo 'QMAKE_CXXFLAGS += -std=c++11' >> PdfWriter/PdfWriter.pro
make-targets =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment