vote up 3 vote down star

In reference to this question and that Qt is Qt GNU LGPL v. 2.1 , would it be correct to say/simplify:

Yes you can, but if you "enhance" the the Qt API you must publish it also?

flag

2 Answers

vote up 4 vote down check

That would be my understanding, yes.

See http://www.qtsoftware.com/products/licensing

To get a real answer, consult a lawyer :(

link|flag
vote up 3 vote down

If I understand LGPL correctly:

  • you can close your software
  • you must link to Qt dynamically and be able to link to any version that has same interface
  • any changes you make to Qt libs you must publish them
  • in 'about' info you must include information that you use Qt, which version and link to license text
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.