mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
Improvement to last commit
This commit is contained in:
parent
0241fa7593
commit
40bd040c4a
1
configure
vendored
1
configure
vendored
@ -344,6 +344,7 @@ public:
|
|||||||
}
|
}
|
||||||
// Debug mode
|
// Debug mode
|
||||||
if(!conf->getenv("QC_ENABLE_DEBUG").isEmpty()) {
|
if(!conf->getenv("QC_ENABLE_DEBUG").isEmpty()) {
|
||||||
|
conf->addExtra("CONFIG -= release");
|
||||||
conf->addExtra("CONFIG += debug");
|
conf->addExtra("CONFIG += debug");
|
||||||
} else {
|
} else {
|
||||||
conf->addExtra("CONFIG -= debug");
|
conf->addExtra("CONFIG -= debug");
|
||||||
|
@ -19,6 +19,7 @@ public:
|
|||||||
}
|
}
|
||||||
// Debug mode
|
// Debug mode
|
||||||
if(!conf->getenv("QC_ENABLE_DEBUG").isEmpty()) {
|
if(!conf->getenv("QC_ENABLE_DEBUG").isEmpty()) {
|
||||||
|
conf->addExtra("CONFIG -= release");
|
||||||
conf->addExtra("CONFIG += debug");
|
conf->addExtra("CONFIG += debug");
|
||||||
} else {
|
} else {
|
||||||
conf->addExtra("CONFIG -= debug");
|
conf->addExtra("CONFIG -= debug");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user