|
|
|
|
|
by brcha
3359 days ago
|
|
Qt is LGPL. So there are no limitations unless you make changes to the Qt library (which you probably won't do). If you do make changes, though, then you would have to release them under LGPL license. So, I think there are absolutely no limitations to using Qt LGPL in a commercial application. All you get from the commercial license is support. Note: I'm not a lawyer, don't hang me if you get sued or something. But I do think I'm right about this. |
|
I thought you were required to allow linking to a newer or modified version of a LGPL library? So one limitation is you have to either dynamically link or provide a mechanism to relink.