In order for others to run a simple Qt4 program, you had to download a 12 MB DLL. I recently upgraded to Qt5, and I am shocked to see that it has grown to more than 41 MB.
This means that to release a simple graphics program, even just "Hello World", and still remain under the LGPL, it will be more than 40 MB.
This is very inconvenient if I would like to make a simple but useful tool (freely) distributed on the Internet, since it cannot compete with other similar programs written using much more complicated development tools, such as MS MFC or even winapi, which manages to be less than 100 kB.
Is there any way to make an easy, minimalistic release of a simple Qt GUI application?
source share