mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
- Enabling debug in v4.2.1 too because Trolltech didn't fix their bug yet
This commit is contained in:
parent
71e53d736e
commit
27b12498c2
1 changed files with 5 additions and 1 deletions
|
@ -33,7 +33,11 @@ contains(DEBUG_MODE, 0){
|
||||||
contains(QT_VERSION, 4.2.0) {
|
contains(QT_VERSION, 4.2.0) {
|
||||||
message(Qt 4.2.0 detected : enabling debug output because of a bug in this version of Qt)
|
message(Qt 4.2.0 detected : enabling debug output because of a bug in this version of Qt)
|
||||||
}else{
|
}else{
|
||||||
DEFINES += QT_NO_DEBUG_OUTPUT
|
contains(QT_VERSION, 4.2.1) {
|
||||||
|
message(Qt 4.2.1 detected : enabling debug output because of a bug in this version of Qt)
|
||||||
|
}else{
|
||||||
|
DEFINES += QT_NO_DEBUG_OUTPUT
|
||||||
|
}
|
||||||
}
|
}
|
||||||
CONFIG += release
|
CONFIG += release
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue