mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Improvement to last commit
This commit is contained in:
parent
0241fa7593
commit
40bd040c4a
2 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue