Browse Source

- Fixed Qt 4.2.0 detection

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
1a6b445652
  1. 2
      src/src.pro

2
src/src.pro

@ -30,7 +30,7 @@ PKGCONFIG += libtorrent @@ -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…
Cancel
Save