qmake编译时强制指定qt5

This commit is contained in:
luoliangyi 2022-05-24 18:10:09 +08:00
parent 4124901b34
commit b1ee438f9e
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ elif [ "${1}" == "lsc" ]; then
sed -i "s/logo.ico/Lanxum_logo.ico/g" HGScannerTmp.pro sed -i "s/logo.ico/Lanxum_logo.ico/g" HGScannerTmp.pro
fi fi
qmake -makefile HGScannerTmp.pro qmake -qt=qt5 -makefile HGScannerTmp.pro
make -j6 make -j6
rm -f *.o rm -f *.o
rm -f *.h rm -f *.h