Hello,


I'm starting with Qt4.5 and i am using QtCreator in ubuntu.

I want to develop an application that will interact with a Mysql DB, and i am having troubles with that...

In my /usr/lib/qt4/plugins/sqldrivers i only have libqsqlite.so so i gess i need to build one for mysql. I have searched already and if i understood right i only found solutions that need to repeat all the installation process for Qt.(e: http://doc.trolltech.com/4.5/sql-driver.html#qmysql)

Is it possible to build a plugin QMySql for MySql in a diferent way?

thanks in advance,

Paulo