mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
- Fixed Qt 4.2.0 detection
This commit is contained in:
parent
7ea30a52f5
commit
1a6b445652
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ PKGCONFIG += libtorrent
|
|||
QT += xml network
|
||||
|
||||
contains(DEBUG_MODE, 0){
|
||||
eval(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)
|
||||
}else{
|
||||
DEFINES += QT_NO_DEBUG_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue