mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-23 17:36:37 +02:00
enabled default logging debug option for qt debug builds
This commit is contained in:
parent
b5aa67b491
commit
3939ca9eb4
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ 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
|
DEFINES += USE_UPNP
|
||||||
|
|
||||||
|
debug: DEFINES += DEBUG_WITH_DEFAULT_LOGGING
|
||||||
|
|
||||||
SOURCES += DaemonQT.cpp mainwindow.cpp \
|
SOURCES += DaemonQT.cpp mainwindow.cpp \
|
||||||
../../libi2pd/api.cpp \
|
../../libi2pd/api.cpp \
|
||||||
../../libi2pd/Base.cpp \
|
../../libi2pd/Base.cpp \
|
||||||
|
|
Loading…
Add table
Reference in a new issue