Make use of QT_VERSION define instead of using our own define

This commit is contained in:
Christophe Dumez 2010-03-04 18:40:11 +00:00
commit e082c02630
9 changed files with 17 additions and 25 deletions

4
configure vendored
View file

@ -312,11 +312,7 @@ public:
if(!conf->getenv("QC_DISABLE_GUI").isEmpty()) {
conf->addDefine("DISABLE_GUI");
}
if(QT_VERSION >= 0x040500) {
conf->addDefine("QT_4_5");
}
return(QT_VERSION >= 0x040400);
}
};
#line 1 "pkg-config.qcm"