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

View file

@ -15,10 +15,6 @@ 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);
}
};