Y
Hacker News
new
|
ask
|
show
|
jobs
by
thope
3362 days ago
I thought LGPL meant if you link to (Qt) shared libraries, your project does not have to be LGPL ?
2 comments
Arizhel
3362 days ago
You're right, Qt is available under LGPL 3.0 now.
https://www.qt.io/licensing-comparison/
link
pjmlp
3362 days ago
Not all platforms allow for dynamic linking.
link
fnord123
3362 days ago
Out of interest, which platforms that Qt targets, cannot have dynamic linking?
link
pjmlp
3362 days ago
Embedded devices, car infotainment systems, iOS (only dynamic frameworks from Apple are allowed).
link
zanny
3362 days ago
If you are targeting ios you are already paying Apple for a developer account, so paying Qt basically just doubles the license cost. Everything else is fairly exclusively corporate, where Qt licenses are a non-issue.
link
pjmlp
3362 days ago
I don't see an issue paying for Qt, other professions pay for their tools.
I was just giving an exemple where LGPL isn't possible.
link
justsid
3359 days ago
iOS allows dynamic libraries these days. Granted, it didn’t allow for them for a long time, but since iOS 8 you can use dynamic libraries just fine.
link
https://www.qt.io/licensing-comparison/