I\'ve been searching on the internet for some useful and clear information about this, it\'s annoying that such a trivial thing is so hard to do.
What I need is to c
Basically you have to look for mingw subfolder deep into qt tree, where qt utilities reside, and copy needed dll's.
These are the steps I follow, based upon QT 4.7.4, for packaging the application with correct shared libraries.
Copy at least these files into your release directory (where your .exe lies)
I just built, tested and deployed a dummy project this way.