hi
im beginner in QT!!!
and i have a problem with connecting to mysql
i install offline QT and use ubuntu 11.04

i downloaded QT SDK from here:
http://qt.nokia.com/downloads/sdk-li...it-cpp-offline
but it has not QMYSQL driver in defaults!

when run my program, show this error:

QSqlDatabase: QMYSQL driver not loaded
QSqlDatabase: available drivers: QSQLITE


i have problems with drivers. my error log tells that i only have QSQLITE driver for databases.
What should I do to configure QMYSQL?
please step by step!!!