translations before build

This commit is contained in:
Aditya Kulkarni
2018-11-27 14:02:51 -08:00
parent 3bdd1efc19
commit 3957f753fd
2 changed files with 2 additions and 3 deletions

View File

@@ -36,8 +36,8 @@ echo "[OK]"
echo -n "Configuring............"
# Build
$QT_PATH/bin/qmake zec-qt-wallet.pro CONFIG+=release >/dev/null
QT_STATIC=$QT_STATIC src/scripts/dotranslations.sh >/dev/null
$QT_PATH/bin/qmake zec-qt-wallet.pro CONFIG+=release >/dev/null
echo "[OK]"

View File

@@ -59,9 +59,8 @@ echo ""
echo "[Building on" `lsb_release -r`"]"
echo -n "Configuring............"
$QT_STATIC/bin/qmake zec-qt-wallet.pro -spec linux-clang CONFIG+=release > /dev/null
#Mingw seems to have trouble with precompiled headers, so strip that option from the .pro file
QT_STATIC=$QT_STATIC src/scripts/dotranslations.sh >/dev/null
$QT_STATIC/bin/qmake zec-qt-wallet.pro -spec linux-clang CONFIG+=release > /dev/null
echo "[OK]"