windows转linux格式

This commit is contained in:
gb 2022-05-06 18:20:49 +08:00
parent ec76884594
commit 5e9351532a
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
echo "Build QT base components require tool 'cbp2make' ..."
sudo apt-get install cbp2make
if [ -f /usr/bin/cbp2make ]; then
echo "--->installed already, nice."
else
sudo apt-get install cbp2make
fi
systype=`cat /etc/issue | cut -d' ' -f1`
arch=`arch`
@ -56,3 +60,4 @@ sudo rm -f *.h
sudo rm -f *.cpp
sudo rm -f .qmake.stash
sudo rm -f Makefile