Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/ca7ce7bd1605f52dad0d482afb1d39d03e61409c You should set ROOT_URL correctly, otherwise the web may not work correctly.

lrelease before building the application

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent 0a839511c0
commit ca7ce7bd16
  1. 7
      release.macx.sh

@ -111,14 +111,15 @@ QMAKE_CMD="$QMAKE -spec macx-g++"
$QMAKE_CMD
notify "Translations ..."
$LRELEASE "Sankore_3.1.pro"
# build
notify "Compiling ..."
make -j4 release
notify "Translations ..."
$LRELEASE "Sankore_3.1.pro"
notify "Qt Translations ..."
addQtTranslations

Loading…
Cancel
Save