PDA

View Full Version : mingw10.dll not found



ctote
18th February 2010, 03:52
Hey everyone,

I'm on a Windows 7 machine building my program - I was wanting to test it on another Windows 7 machine, but when I try to open the application that's in the release folder, I get an error saying mingw10.dll not found. Anyone know a fix for this?

Thanks

vcp
18th February 2010, 10:16
See this documentation:

http://www.qtcentre.org/wiki.php?title=Deploying_Qt_Applications


mingw10.dll MUST be deployed with your executable, and other dlls too.