Hello,

I've managed to successfully run nmake and I got qsqlmysqld4.dll here at debug folder.
I copied it over to C:\QtSDK\QtCreator\bin\sqldrivers
I've made new project did QT += core gui sql at .pro file.
Ran test code to display available sql drivers:
("QSQLITE", "QODBC3", "QODBC")

Theres no mysql driver.

Anyone got an idea how to load the driver properly after it had been built?


I'm using Windows 7.