Browse Source

qt: disabled upnp for now - until upnp fixed

pull/1412/head
kote 5 years ago
parent
commit
99116ff097
  1. 5
      qt/i2pd_qt/i2pd_qt.pro

5
qt/i2pd_qt/i2pd_qt.pro

@ -5,7 +5,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets @@ -5,7 +5,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = i2pd_qt
TEMPLATE = app
QMAKE_CXXFLAGS *= -std=c++11 -Wno-unused-parameter -Wno-maybe-uninitialized
DEFINES += USE_UPNP
# For now, disable UPnP which currently crashes on Stop() -- https://github.com/PurpleI2P/i2pd/issues/1387
#DEFINES += USE_UPNP
DEFINES -= USE_UPNP
debug: DEFINES += DEBUG_WITH_DEFAULT_LOGGING

Loading…
Cancel
Save