Browse Source

- Enabling debug in v4.2.1 too because Trolltech didn't fix their bug yet

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
27b12498c2
  1. 4
      src/src.pro

4
src/src.pro

@ -32,9 +32,13 @@ QT += xml network
contains(DEBUG_MODE, 0){ 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{
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{ }else{
DEFINES += QT_NO_DEBUG_OUTPUT DEFINES += QT_NO_DEBUG_OUTPUT
} }
}
CONFIG += release CONFIG += release
} }

Loading…
Cancel
Save