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

fixed thirdparty path

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent c4d93a7c17
commit 4f8df36979
  1. 2
      OpenBoard.pro

@ -1,7 +1,7 @@
TARGET = "OpenBoard" TARGET = "OpenBoard"
TEMPLATE = app TEMPLATE = app
THIRD_PARTY_PATH=../Sankore-ThirdParty THIRD_PARTY_PATH=../OpenBoard-ThirdParty
CONFIG -= flat CONFIG -= flat
CONFIG += debug_and_release \ CONFIG += debug_and_release \

Loading…
Cancel
Save