Re: Step by Step MySQL Plugin... what's next step?
Originally Posted by chaosgeorge
By the way QSqlDatabase::drivers(); returns just QSQLITE, QODBC3, QODBC is that ok?
Yes. It means it is able to use those drivers. Mysql driver is somehow unusable (due to missing dependencies probably) so it is not listed here. Once you fulfill dependencies, QMYSQL will get listed here as well.
Bookmarks