PDA

View Full Version : qdevelop driver



miguel_mark
23rd October 2007, 03:26
where can i get a driver for mysql??? coz when i debug it shows this:

QSqlDatabase: QMYSQL driver not loaded

marcel
23rd October 2007, 07:07
Qt has a configure-time option to build the driver.
Maybe it is built but you didn't add QT += sql to the pro file.

miguel_mark
23rd October 2007, 08:39
i already did that... i found out that i didn't have a plugin for mysql... so i made one... but the problem is that it still doesn't recognize my plugin... what should i do??

vieraci
26th October 2007, 07:46
Did you install it ?