I\'m trying to make a distribution directory with my application. I\'ve copied several Qt DLLs to that directory, and the program seems to be working, with one exception: it doe
you can use depends.exe to see exactly what the dependencies of your exe are and make sure they're all included.
Also, read this page about qt plugins. they are supposed to be in a specific directory called "plugins" and not in the main directory with all the other dlls.