Hello,

I would like ma application to be installed on a computer that hasn't Qt installed.

So, I could compile Qt in static mode, but errors occurs.
Other possibility is to join the Qt/MinGW DLLs with my application, and that's what I've done.

The matter is that I've to put the DLLs with my .exe, and I would prefer store them in other directory. But how could I say to my app that the DLLs aren't with the .exe file, but in other directory ?

Thanks for your help