I have made a basic Qt application which only has one dialog, one text area, and one button but the compiled file requires QtCore4.dll and QtGui4.dll which makes by application around 7-8 mb. Is there any way to redue this size by doing static compilation and perhaps including only those modules that have been used and not the whole QtCore and QtGui api.

Thanx in advance.