Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/blame/commit/2cd408aa7fb265068d0ee04649f7c184f1c65b62/tools/pdf2image/core/UBPlatformUtils.cpp
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
|
|
|
#include <QtCore>
|
|
|
|
|
|
|
|
#include "UBPlatformUtils.h"
|
|
|
|
|
|
|
|
|
|
|
|
QString UBPlatformUtils::applicationResourcesDirectory()
|
|
|
|
{
|
|
|
|
return QCoreApplication::applicationDirPath() + "/resources";
|
|
|
|
}
|