Search code examples
licensingqt4lgpl

Making an app in Qt, under LGPL, Can I sell it?


I will be developing an application in Qt, using Qt under the LGPL license. Can I sell it to a client, without providing the source code for it?


Solution

  • LGPL allows you to link to the code without releasing your source, so yes, you can do it.