Commit eec1c93e authored by Claudio Valerio's avatar Claudio Valerio

fixed some issue with paths

parent 0379f439
...@@ -93,11 +93,11 @@ function addImporter { ...@@ -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 -
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment