You havo to put qsqlmysql4.dll in a folder called "sqldrivers" placed in the folder containing youe exe and the Qt dll's. In the same folder you have to copy the libmysql.dll.
Example
[HTML]
|
+ MyFolder
|
+ MyProg.exe
|
+ QtCore4.dll
|
+ Qt.... .dll
|
+ libmysql.dll
|
+ sqldrivers
|
+ qsqlmysql4.dll
[/HTML]
Bookmarks