Translations are separate qm files

This commit is contained in:
Ilya Kitaev
2016-07-27 22:32:33 +03:00
parent 1b35a1ae4b
commit 9cd73dfbbe
6 changed files with 68 additions and 49 deletions

View File

@@ -2,14 +2,17 @@
pushd $(pwd)
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
BITMOMERO_DIR=bitmonero
#$SHELL get_libwallet_api.sh
if [ ! -d $BITMOMERO_DIR ]; then
$SHELL get_libwallet_api.sh
fi
if [ ! -d build ]; then mkdir build; fi
cd build
echo $(pwd)
qmake ../monero-core.pro "CONFIG += release"
make release
qmake ../monero-core.pro "CONFIG+=release"
make
make deploy
popd