How do I load qmysql driver in Qt? I have the following code that produces these results:
qmysql
(\"QSQLITE\", \"QMYSQL\", \"QMYSQL3\") QSqlDatabase:
You could try diagnosing the issue with strace - it seems like the QMYSQL driver might need some run-time library dependencies to work.
strace