The size of application with all needed .dll files is very big (almost 30 mb). How I can reduce this size?
In theory, you can do any of the following:
I'd just go with 4.
Other than the generic principles (strip the binary, do not use QML if you are happy with C++, etc), I think you need to use configure for this to disable the features you do not need:
Including or Excluding Features
The -feature- and -no-feature- options include and exclude specific features, respectively, where is listed in the file qtbase/src/corelib/global/qfeatures.txt. For example, to disable Accessibility, provide -no-feature-accessibility as the argument:
./configure -no-feature-accessibility
Disclaimer: you are in your own territory with this, so you may end up having lots of issues that you need to fix up.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With