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

fixed link problems on mac

preferencesAboutTextFull
Claudio Valerio 14 years ago
parent 3a61b27bfc
commit aa1863b2f4
  1. 7
      Sankore_3.1.pro

@ -122,9 +122,10 @@ win32 {
} }
macx { macx {
LIBS += -framework \ LIBS += -framework Foundation
Foundation \ LIBS += -lcrypto
-lcrypto LIBS += -framework AppKit
LIBS += -framework WebKit
CONFIG(release, debug|release):CONFIG += x86 ppc CONFIG(release, debug|release):CONFIG += x86 ppc

Loading…
Cancel
Save