linux上一键编译不删除中间文件

This commit is contained in:
luoliangyi 2023-03-31 10:56:16 +08:00
parent d934560a96
commit a9d1a27904
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ rm -f HGVersion/Makefile
rm -f HGWebScan/Makefile rm -f HGWebScan/Makefile
rm -f HGWebService/Makefile rm -f HGWebService/Makefile
rm -rf ../temp
if [ "${1}" == "hw" ]; then if [ "${1}" == "hw" ]; then
qmake -qt=qt5 -makefile "DEFINES += OEM_HANWANG" HGSolution.pro qmake -qt=qt5 -makefile "DEFINES += OEM_HANWANG" HGSolution.pro
elif [ "${1}" == "lsc" ]; then elif [ "${1}" == "lsc" ]; then