Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/e0c735763619365fc6ba01807a2c35db70557453
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
6 additions and
6 deletions
Sankore_3.1.pro
@ -335,16 +335,16 @@ macx {
QMAKE_BUNDLE_DATA += TRANSLATION_tr
}
exists ( resources / i18n / sankore_cs . qm ) {
translation _cs. files = resources / i18n / sankore_cs . qm \
TRANSLATION _cs. files = resources / i18n / sankore_cs . qm \
resources / i18n / localizable . strings
translation _cs. path = "$$resources_dir /cs.lproj"
qmake_bundle_data += translation _cs
TRANSLATION _cs. path = "$$RESOURCES_DIR /cs.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION _cs
}
exists ( resources / i18n / sankore_mg . qm ) {
translation _mg. files = resources / i18n / sankore_mg . qm \
TRANSLATION _mg. files = resources / i18n / sankore_mg . qm \
resources / i18n / localizable . strings
translation _mg. path = "$$resources_dir /mg.lproj"
qmake_bundle_data += translation _mg
TRANSLATION _mg. path = "$$RESOURCES_DIR /mg.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION _mg
}
QMAKE_BUNDLE_DATA += UB_ETC \