Hi,
I have an application that uses MySql as database.
when i build and run the application in release mode the application works just fine, but when i build it in debug mode the application while using QSqlDatabase::addresource() give QSqlDatabase: QMYSQL driver not loaded
QSqlDatabase: available drivers: QSQLITE.
I have included the qsqlmysqld4.dll in a folder named sqldrivers where my debug exe is.

Am I missing something ?