|
|
@ -104,6 +104,9 @@ checkExecutable "$LRELEASE" |
|
|
|
notify "Cleaning ..." |
|
|
|
notify "Cleaning ..." |
|
|
|
rm -rf "$BUILD_DIR" |
|
|
|
rm -rf "$BUILD_DIR" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
notify "Translations ..." |
|
|
|
|
|
|
|
$LRELEASE "Sankore_3.1.pro" |
|
|
|
|
|
|
|
|
|
|
|
# generate Makefiles |
|
|
|
# generate Makefiles |
|
|
|
notify "Generating Makefile ..." |
|
|
|
notify "Generating Makefile ..." |
|
|
|
|
|
|
|
|
|
|
@ -115,12 +118,9 @@ $QMAKE_CMD |
|
|
|
notify "Compiling ..." |
|
|
|
notify "Compiling ..." |
|
|
|
make -j4 release |
|
|
|
make -j4 release |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
notify "Translations ..." |
|
|
|
|
|
|
|
$LRELEASE "Sankore_3.1.pro" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addQtTranslations |
|
|
|
addQtTranslations |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cp -R resources/customizations $PRODUCT_DIR/Open-Sankore.app/Contents/Resources |
|
|
|
|
|
|
|
|
|
|
|
notify "Tagging ..." |
|
|
|
notify "Tagging ..." |
|
|
|
VERSION=`cat "$BUILD_DIR/version"` |
|
|
|
VERSION=`cat "$BUILD_DIR/version"` |
|
|
|