When I run a release build of a program I made in Qt Creator, it says it can't find a DLL.
So I added all the DLLs from the Qt bin
folder into the program directory, and now the program doesn't come up with an error, but it doesn't start anyways?
I didn't change any of the compiler settings in Qt Creator, what am I doing wrong?