qDebug( QSqlDatabase::drivers().join( "\n" ) ) ;
will show installed drivers.
If not installed, have a look into your Mandrake RPMS. You should find something like qt-ODBC-xxx.rpm, qt-MySQL-xxx.rpm, qt-PostgreSQL-xxx.rpm.
RedHat, Fedora, Mandrake, Yellow Dog and many others package Qt in pieces. So you only install needed drivers. But as they do not document this, you can seek for a while in the CDs before finding what you need.
Never patch not working code. Rewrite it !
Never patch badly designed classes. Recreate them cleanly.
(Excerpts from Computing Bible)
Home of the Lab project