Hacker News new | ask | show | jobs
by joezydeco 2980 days ago
Try it again with Qt configured for -static and not -dynamic.
1 comments

I compile a Qt Quick application statically for the Raspberry Pi on a regular basis, and the whole binary is around 7 megs big. If you remove Qt Declarative (Your hello world just requires QtCore) it will be a fraction of this size.

So nice to see people fabricating numbers and passing them off as data.