hi,

first of all: i'm native german so bear please with me if my english looks strange sometimes

i wrote an application which communicates with a mysql-server.
everything works fine on my pc, but when i want to use it on a pc without Qt, the mysql-driver is missing.
i copied the qsql_mysql4.dll in the application path, but it still won't work.

so i tried something else: i copied the dll in the application path on my machine and renamed the library in the /qt/plugins/sqldrivers-path aaaaand: my computer is also unable to connect to the server because of the missing driver.
my app searches only in /qt/plugins/sqldrivers and nowhere else.

i also tried to add library path using the addLibraryPaths()-method without success.

i could compile the application completely static to make it work, but there has to be a better solution for this.

is there a way to change that behaviour?