Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/2bfc8fe1cbbdb06d177bb213e691952f009c07aa?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
0 additions and
4 deletions
OpenBoard.pro
@ -44,8 +44,6 @@ QT += printsupport
QT += core
QT += core
INCLUDEPATH += src
INCLUDEPATH += src
INCLUDEPATH += / usr / local / opt / openssl / include
INCLUDEPATH += / usr / local / opt / ffmpeg / include
include ( $ $ THIRD_PARTY_PATH / libs . pri )
include ( $ $ THIRD_PARTY_PATH / libs . pri )
include ( src / adaptors / adaptors . pri )
include ( src / adaptors / adaptors . pri )
@ -164,8 +162,6 @@ macx {
LIBS += - framework AVFoundation
LIBS += - framework AVFoundation
LIBS += - framework CoreMedia
LIBS += - framework CoreMedia
LIBS += - lcrypto
LIBS += - lcrypto
LIBS += - L / usr / local / opt / openssl / lib
LIBS += - L / usr / local / opt / ffmpeg / lib
CONFIG ( release , debug | release ) : CONFIG += x86_64
CONFIG ( release , debug | release ) : CONFIG += x86_64
CONFIG ( debug , debug | release ) : CONFIG += x86_64
CONFIG ( debug , debug | release ) : CONFIG += x86_64