Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/8bb8616e1218da701121b65928dd22043ddc22d7?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed qt path

preferencesAboutTextFull
Claudio Valerio 14 years ago
parent f627e52cd6
commit 8bb8616e12
  1. 2
      release.linux.sh

@ -19,7 +19,7 @@ make clean
rm -rf build/linux/release/
rm -rf install
QT_PATH="/usr/local/Trolltech/Qt-4.7.3"
QT_PATH="../Qt-sankore3.1"
PLUGINS_PATH="$QT_PATH/plugins"
QMAKE_PATH="$QT_PATH/bin/qmake"

Loading…
Cancel
Save