Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/b5df0a9097db3792f0b18af4735927802e10386a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2 additions and
7 deletions
OpenBoard.pro
src/frameworks/UBFileSystemUtils.cpp
@ -161,12 +161,7 @@ macx {
LIBS += - framework AVFoundation
LIBS += - framework CoreMedia
LIBS += - lcrypto
LIBS += - L / usr / local / opt / quazip / lib
LIBS += - L / usr / local / opt / ffmpeg / lib
INCLUDEPATH += / usr / local / opt / openssl / include
INCLUDEPATH += / usr / local / opt / ffmpeg / include
INCLUDEPATH += / usr / local / opt / quazip / include
LIBS += - lquazip
CONFIG ( release , debug | release ) : CONFIG += x86_64
CONFIG ( debug , debug | release ) : CONFIG += x86_64
@ -36,7 +36,7 @@
# include "globals/UBGlobals.h"
THIRD_PARTY_WARNINGS_DISABLE
# if defined(Q_OS_LINUX) || defined(Q_OS_OSX)
# ifdef Q_OS_LINUX
# include <quazip/quazipfile.h>
# else
# include "quazipfile.h"