Has anybody compiled a working qmysql plugin with MySQL 5.5?
I have tried in windows both with mingw32 on a windowsXp and with MSVC (x64) on a windows7(x64 ofcourse). Though the plugin seems to have been created successfully with no compile error and is placed in Qt's plugin folder alongside the other sqldrivers plugins it cannot be loaded. QSqlDatabase::isDriverAvailable("QMYSQL") always returns false.

Some notes:
-MySQL's dll libmysql.dll is not anymore in /path/to/MySQL/lib/opt but in lib. path/to/Include haven't changed place.
-I had succesufully compiled MySQL 5.1 many times before, so I am aware of the INCLUDEPATH and LIBS on qmake as well as the reimp and all for mingw.
-I cleaned up the registry cache after every build.
-I am now using Qt 4.7.2 but i also tried it with 4.7.0 (on my windows machines)

In the weekend I' ll try it on my arch linux. Until then any help would be appreciated.
Thanx