I have a qt program that connects to a mysql database. Everything works fine, because I hace configure it to run with the database.

Now, I move the whole program to another windows machine. The program runs because I have the needed .dlls with it, but.... the program cannot use the database. the message I get is:

QMYSQL3 driver not loaded

How can I load it in my new windows machine that does not have Qt installed in it ?