Hacker News new | ask | show | jobs
by marioflach 2665 days ago
Qt is licensed under the LGPL. Same goes for PySide.
1 comments

Yes, I'm talking about use of qt in a closed-source commercial product.
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