Hi,

I compiled the tutorial t1 - hello world.
When I would deploy it on Windows, it would be with QtCore4.dll & QtGui4.dll which take more than 10MB.

I tried static linking, and I got executable of 8.5MB. Is there a way when I link to take from the library just the necessary objects, or create a more efficient library with obj for each function?

Thanks.