Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/55e1850b7c532868df2b5c390bb30978a93c2c37
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
7 additions and
4 deletions
OpenBoard.pro
@ -28,10 +28,13 @@ VERSION_RC = $$replace(VERSION_RC, "r", "240") # 0xF0
QT += webkit
QT += svg
QT += network
QT += phonon
# QT += phonon
QT += xml
QT += script
QT += xmlpatterns
QT += uitools
QT += multimedia
QT += webkitwidgets
INCLUDEPATH += src
@ -59,9 +62,9 @@ include(src/pdf-merger/pdfMerger.pri)
DEPENDPATH += $ $ THIRD_PARTY_PATH / quazip /
INCLUDEPATH += $ $ THIRD_PARTY_PATH / quazip /
include ( $ $ THIRD_PARTY_PATH / quazip / quazip . pri )
DEPENDPATH += $ $ THIRD_PARTY_PATH / trolltech / singleapplication
INCLUDEPATH += $ $ THIRD_PARTY_PATH / trolltech / singleapplication
include ( $ $ THIRD_PARTY_PATH / trolltech / singleapplication / qtsingleapplication . pri )
DEPENDPATH += $ $ THIRD_PARTY_PATH / q t/ singleapplication
INCLUDEPATH += $ $ THIRD_PARTY_PATH / q t/ singleapplication
include ( $ $ THIRD_PARTY_PATH / q t/ singleapplication / qtsingleapplication . pri )
FORMS += resources / forms / mainWindow . ui \
resources / forms / preferences . ui \