[Interest] Installation Sizes for Applications using Qt

Joerg Bornemann joerg.bornemann at qt.io
Mon Aug 30 13:04:42 CEST 2021


On 8/28/21 3:02 AM, Ben Cottrell wrote:
> Yes, I've tried configure with these command line arguments:
>     ./configure -opensource -confirm-license -platform linux-g++ -prefix
>     /opt/6.1.2-linux-g++-static -static

However, you did not disable any of Qt's features, like Thiago suggested.

Use configure -list-features and pick something you definitely don't 
need, for example
lcdnumber ................ Widgets: Provides LCD-like digits.
and configure and build Qt with -no-feature-lcdnumber


Joerg


More information about the Interest mailing list