- Fixed configure

This commit is contained in:
Christophe Dumez 2007-09-16 19:58:07 +00:00
commit e8897ae159

1
configure vendored
View file

@ -354,7 +354,6 @@ public:
QString shortname() const { return "Qt 4.3"; } QString shortname() const { return "Qt 4.3"; }
bool exec() bool exec()
{ {
qWarning("QT VERSION: %s", QT_VERSION);
return(QT_VERSION >= 0x040300); return(QT_VERSION >= 0x040300);
} }
}; };