mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 04:04:16 +00:00
qt: disabled upnp for now - until upnp fixed
This commit is contained in:
parent
3939ca9eb4
commit
99116ff097
@ -5,7 +5,10 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|||||||
TARGET = i2pd_qt
|
TARGET = i2pd_qt
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
QMAKE_CXXFLAGS *= -std=c++11 -Wno-unused-parameter -Wno-maybe-uninitialized
|
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
|
debug: DEFINES += DEBUG_WITH_DEFAULT_LOGGING
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user