Y
Hacker News
new
|
ask
|
show
|
jobs
by
amelius
2665 days ago
Yes, I'm talking about use of qt in a closed-source commercial product.
1 comments
q3k
2665 days ago
You can ship a closed-source product with LGPL licensed libraries like PySide/PyQt as long as you respect the license (most difficult part to comply with is relinkability by the user if you're shipping with static libs) [1].
[1] -
https://www.qt.io/faq/#_Toc_3_7
link
[1] - https://www.qt.io/faq/#_Toc_3_7