translations before build
This commit is contained in:
@@ -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]"
|
||||
|
||||
|
||||
|
||||
@@ -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]"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user