PDA

View Full Version : Driver MySQL Built, but...



vinny gracindo
15th March 2010, 13:29
I build my mysql driver, I was in the plugins\SQLDrivers\ and mysql driver was there. But the list of qDebug () <<SQLDrivers (); It shows only the drivers sqlite, odbc and odbc3, saying the msql driver was not found. In addition to building the mysql driver, I need to do some procedure more so it appears in the list/to be found? :confused:

moosa
28th March 2010, 16:06
Di you add "QT += sql" to your project file?