Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/e5377891edeb6124109c8df61f88af7d7685bfe6?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Removed MSVC debug warning.

preferencesAboutTextFull
John Papale 5 years ago
parent 8ba6d1b7b2
commit e5377891ed
  1. 4
      OpenBoard.pro

@ -126,7 +126,11 @@ win32 {
CONFIG += axcontainer
exists(console):CONFIG += console
QMAKE_CXXFLAGS += /MP
CONFIG( debug, debug|release ) {
QMAKE_CXXFLAGS += /MDd
} else {
QMAKE_CXXFLAGS += /MD
}
QMAKE_CXXFLAGS_RELEASE += /Od /Zi
QMAKE_LFLAGS += /VERBOSE:LIB
UB_LIBRARY.path = $$DESTDIR

Loading…
Cancel
Save