Quote Originally Posted by Zlatomir View Post
You have no problem...

Those are the Debug versions of dll's (they are bigger because they contain much more debugging information and they are don't contain optimizations)

Solution: Select the RELEASE configuration in the build menu
and use:
- QtCore4.dll (the ones without 'd' letter)
- QtGui4.dll
They will have about ~15 MB
It's really working ! Thank You very much