mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
qt: fixes #1593
This commit is contained in:
parent
242e3d007c
commit
d7342586a6
2 changed files with 13 additions and 0 deletions
|
@ -13,9 +13,11 @@ CONFIG(debug, debug|release) {
|
|||
# do not redirect logging to std::ostream and to Log pane
|
||||
DEFINES += DEBUG_WITH_DEFAULT_LOGGING
|
||||
|
||||
DEFINES += I2PD_QT_DEBUG
|
||||
I2PDMAKE += DEBUG=yes
|
||||
} else {
|
||||
message(Release build)
|
||||
DEFINES += I2PD_QT_RELEASE
|
||||
I2PDMAKE += DEBUG=no
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue