|
|
@ -93,11 +93,11 @@ function addImporter { |
|
|
|
git reset --hard |
|
|
|
git reset --hard |
|
|
|
git pull |
|
|
|
git pull |
|
|
|
rm -rf ${importerName}.app |
|
|
|
rm -rf ${importerName}.app |
|
|
|
rm moc_* |
|
|
|
|
|
|
|
rm MakeFile* |
|
|
|
rm MakeFile* |
|
|
|
rm *.o |
|
|
|
rm -rf release |
|
|
|
|
|
|
|
rm -rf debug |
|
|
|
$QMAKE ${importerName}.pro |
|
|
|
$QMAKE ${importerName}.pro |
|
|
|
make -j4 |
|
|
|
make -j4 release |
|
|
|
$MACDEPLOYQT ${importerName}.app |
|
|
|
$MACDEPLOYQT ${importerName}.app |
|
|
|
cd - |
|
|
|
cd - |
|
|
|
} |
|
|
|
} |
|
|
|