From d08210c1960fbe5255fb609eb406f610b36f1d5b Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Thu, 16 Jun 2022 18:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9websdk=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E9=94=AE=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.sh b/build.sh index cd89140b..67f4f7d3 100755 --- a/build.sh +++ b/build.sh @@ -70,6 +70,13 @@ rm -rf ./obj rm -f makefile rm HGImgProcTmp.cbp +cd ../HGWebService +cbp2make -targets ${system}_${arch}_Release -in HGWebService.cbp -out makefile +make -j6 +rm -rf ./bin +rm -rf ./obj +rm -f makefile + cd ../../../build-qt/HGSolution cp HGScanner.pro HGScannerTmp.pro if [ "${1}" == "hw" ]; then