Commit 03480053 authored by Claudio Valerio's avatar Claudio Valerio

Merge branch 'OEFUniboard' of github.com:stayonshadow/PrivateBoard into OEFUniboard

parents a265cb59 eec1c93e
......@@ -93,11 +93,11 @@ function addImporter {
git reset --hard
git pull
rm -rf ${importerName}.app
rm moc_*
rm MakeFile*
rm *.o
rm -rf release
rm -rf debug
$QMAKE ${importerName}.pro
make -j4
make -j4 release
$MACDEPLOYQT ${importerName}.app
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