添加对websdk的一键编译

This commit is contained in:
luoliangyi 2022-06-16 18:35:14 +08:00
parent 3b15c7b050
commit d08210c196
1 changed files with 7 additions and 0 deletions

View File

@ -70,6 +70,13 @@ rm -rf ./obj
rm -f makefile rm -f makefile
rm HGImgProcTmp.cbp 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 cd ../../../build-qt/HGSolution
cp HGScanner.pro HGScannerTmp.pro cp HGScanner.pro HGScannerTmp.pro
if [ "${1}" == "hw" ]; then if [ "${1}" == "hw" ]; then