Hi all,

I have problems with MySql plugin support for Qt 4.7.1 on my Mac.

Using:
- Qt open source version 4.7.1
- MySql version 5.5.8 (osx10.6-x86_64)
- Mac OS X version 10.6.5 (w. XCode 3.2.4 installed)

Building Qt with the default ./configure script and installing to the default location works fine.

Manually building the MySql plugin driver also (seemingly) works fine and installs correctly to /usr/local/Trolltech/Qt-4.7.1/ plugins/sqldrivers/ (libs created are libqsqlmysql.dylib and libqsqlmysql_debug.dylib).

But how do I get Qt to recognize that the plugin driver now is available and useable?
I.e. "QMYSQL" still does not show after a call to QSqlDatabase::drivers()...

Regards,
Thomas