Hi,
I try to debug an external application.
Everything is going well, compile right, macdeployqt works fine, but I have one problem…
The application show me this error:
QSqlDatabase: QMYSQL3 driver not loaded
QSqlDatabase: available drivers: QSQLITE QODBC3 QODBC QPSQL7 QPSQL
When I read forums about this problem, everybody talk about libqsqlmysql.dylib in Qt/plugins/sqldrivers, but in this folder I only have:
libssqlite.dylib
libqssqlobdc.dylib
libqsqlpslql.dylib
I use QT4.8. (Qt libraries 4.8.6 for Mac (185 MB) (Info) and debug libraries (476 MB) both installed)
Also in my computer I have installed Qt 5.0.2 and I have the same libraries in its respective plugin folder.
What is my error?
↧