Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/be403bcbd135ae101721597820bbeb87b87a4db0?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
12 additions and
3 deletions
Sankore_3.1.pro
@ -109,7 +109,7 @@ MOC_DIR = $$BUILD_DIR/moc
RCC_DIR = $ $ BUILD_DIR / rcc
RCC_DIR = $ $ BUILD_DIR / rcc
UI_DIR = $ $ BUILD_DIR / ui
UI_DIR = $ $ BUILD_DIR / ui
LIBS += "-Lplugins/cffadaptor/$$BUILD_DIR/lib" "-lCFF_Adaptor"
# LIBS += "-Lplugins/cffadaptor/$$BUILD_DIR/lib" "-lCFF_Adaptor"
win32 {
win32 {
RC_FILE = resources / win / sankore . rc
RC_FILE = resources / win / sankore . rc
@ -145,8 +145,8 @@ macx {
# are not yet available in 64 bits .
# are not yet available in 64 bits .
CONFIG ( debug , debug | release ) : CONFIG += x86
CONFIG ( debug , debug | release ) : CONFIG += x86
QMAKE_MAC_SDK = "/Developer/SDKs/MacOSX10.5 .sdk"
QMAKE_MAC_SDK = "/Developer/SDKs/MacOSX10.6 .sdk"
QMAKE_MACOSX_DEPLOYMENT_TARGET = "10.4 "
QMAKE_MACOSX_DEPLOYMENT_TARGET = "10.5 "
VERSION_RC_PATH = "$$BUILD_DIR/version_rc"
VERSION_RC_PATH = "$$BUILD_DIR/version_rc"
@ -421,3 +421,12 @@ INSTALLS = UB_ETC \
UB_LIBRARY \
UB_LIBRARY \
UB_THIRDPARTY_INTERACTIVE
UB_THIRDPARTY_INTERACTIVE
HEADERS += \
plugins / cffadaptor / src / UBGlobals . h \
plugins / cffadaptor / src / UBCFFConstants . h \
plugins / cffadaptor / src / UBCFFAdaptor . h \
plugins / cffadaptor / src / UBCFFAdaptor_global . h
SOURCES += \
plugins / cffadaptor / src / UBCFFAdaptor . cpp