From b1ee438f9ecc304e52338dec55fe8670bc4b7d6a Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Tue, 24 May 2022 18:10:09 +0800 Subject: [PATCH] =?UTF-8?q?qmake=E7=BC=96=E8=AF=91=E6=97=B6=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E6=8C=87=E5=AE=9Aqt5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c6b4923f..0863a296 100755 --- a/build.sh +++ b/build.sh @@ -97,7 +97,7 @@ elif [ "${1}" == "lsc" ]; then sed -i "s/logo.ico/Lanxum_logo.ico/g" HGScannerTmp.pro fi -qmake -makefile HGScannerTmp.pro +qmake -qt=qt5 -makefile HGScannerTmp.pro make -j6 rm -f *.o rm -f *.h