Hacker News new | ask | show | jobs
by fc417fc802 30 days ago
> you also have commercial licensing with Qt

That doesn't apply so long as you are willing to accept the LGPL. In practice that means you can statically link everything except QT so that the end user is free to drop in a modified QT version if he would like.

1 comments

You can even statically link QT if you really need to as long as you dump the unlinked objects on some server somewhere.