5 ms·
Are you suggesting that every single calculator, file manager, terminal, editor, package manager and music player ship with their own copy of libQt5* (around 78
by heeen 11y ago
Are you suggesting that every single calculator, file manager, terminal, editor, package manager and music player ship with their own copy of libQt5* (around 78M) or gtk?
- bandrami 11y agoStatic linking doesn't pull the entire library; it pulls the parts of the library it uses. That said, QT and GTK probably should be broken into smaller libraries in a perfect world.