mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-13 05:41:17 +00:00
Fix compilation in release mode
This commit is contained in:
parent
b3f89027fc
commit
7a7d351017
@ -40,7 +40,7 @@ CONFIG(debug, debug|release):message(Project is built in DEBUG mode.)
|
||||
CONFIG(release, debug|release):message(Project is built in RELEASE mode.)
|
||||
|
||||
# Disable debug output in release mode
|
||||
!debug {
|
||||
CONFIG(release, debug|release) {
|
||||
message(Disabling debug output.)
|
||||
DEFINES += QT_NO_DEBUG_OUTPUT
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ DEFINES += _WIN32_WINNT=0x0500
|
||||
DEFINES += __USE_W32_SOCKETS
|
||||
DEFINES += WITH_SHIPPED_GEOIP_H
|
||||
|
||||
debug {
|
||||
CONFIG(debug, debug|release) {
|
||||
DEFINES += TORRENT_DEBUG
|
||||
} else {
|
||||
DEFINES += NDEBUG
|
||||
@ -35,7 +35,7 @@ debug {
|
||||
|
||||
RC_FILE = qbittorrent.rc
|
||||
|
||||
debug {
|
||||
CONFIG(debug, debug|release) {
|
||||
LIBS += libtorrentd.lib \
|
||||
libboost_system-vc90-mt-gd.lib \
|
||||
libboost_filesystem-vc90-mt-gd.lib \
|
||||
|
Loading…
x
Reference in New Issue
Block a user