mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 18:47:37 -07:00
Improvement to last commit
This commit is contained in:
parent
0241fa7593
commit
40bd040c4a
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ public:
|
|||
}
|
||||
// Debug mode
|
||||
if(!conf->getenv("QC_ENABLE_DEBUG").isEmpty()) {
|
||||
conf->addExtra("CONFIG -= release");
|
||||
conf->addExtra("CONFIG += debug");
|
||||
} else {
|
||||
conf->addExtra("CONFIG -= debug");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue