1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

- Fixed configure

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

1
configure vendored
View File

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