Unvanquished / updater

QML based updater to install, update and launch the Unvanquished game.
https://unvanquished.net/download
16 stars 7 forks source link

Update Linux Qt + other Docker enhancements #72

Closed slipher closed 3 years ago

slipher commented 3 years ago

Now all 3 OSes are building on Qt 5.14.

illwieckz commented 3 years ago

Do the fact we would build Qt ourselves would allow us to build a more lightweight Qt (by not building useless stuff) because the final binary size is usually big.

slipher commented 3 years ago

Do the fact we would build Qt ourselves would allow us to build a more lightweight Qt (by not building useless stuff) because the final binary size is usually big.

I've tried to minimize the amount of Qt stuff to build (see the MODULES stuff). I don't think this makes the actual binary smaller though; it just makes it faster/smaller to build Qt.

DolceTriade commented 3 years ago

Do the fact we would build Qt ourselves would allow us to build a more lightweight Qt (by not building useless stuff) because the final binary size is usually big.

I've tried to minimize the amount of Qt stuff to build (see the MODULES stuff). I don't think this makes the actual binary smaller though; it just makes it faster/smaller to build Qt.

ya, strip will generally remove all the unnecessary stuff anyways.