QMYSQL driver available but not loaded

mysql, qt, qt5

Solution

ok it worked just by copying the `sqldrivers` folder to my debug folder and it worked!

Problem

How do I load `qmysql` driver in Qt? I have the following code that produces these results: ``` ("QSQLITE", "QMYSQL", "QMYSQL3") QSqlDatabase: QMYSQL driver not loaded QSqlDatabase: available drivers: QSQLITE QMYSQL QMYSQL3 ``` Any suggestions on how to load it?

Original source