Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/src/commit/75552ed8e6a835fbd61c1314995ccceee9b78ebc/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";
|
|
}
|
|
|