1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

- Fixed Qt 4.2.0 detection

This commit is contained in:
Christophe Dumez 2006-10-16 17:53:38 +00:00
parent 7ea30a52f5
commit 1a6b445652

View File

@ -30,7 +30,7 @@ PKGCONFIG += libtorrent
QT += xml network QT += xml network
contains(DEBUG_MODE, 0){ 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) 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 DEFINES += QT_NO_DEBUG_OUTPUT