QT windows static build application size
-
Hi,
I have created a main window application without adding any features (basic gui provided by qt) and built the same in static release for windows and it shows the size of application is 13MB.
If i add more buttons and used many features in QT, the file size is 13.8MB only.
Is this 13MB size fixed or shall we reduce this size even further? I have built the same application in linux and it shows 1MB.
Thanks in advance.