Re: lgpl license and commercial software..

Originally Posted by
ComaWhite
You can sell software with LGPL. And no you don't have to give away the source. you can if you want. The only thing is you have to provide the dynamically link to the library no statically linked.
This is not accurate. You can still statically link your application and satisfy LGPL. LGPL means that users of the software must be able to replace the Qt library with a different version. For statically linked applications this means that you will need to supply your .obj files - even in this case you would not need to include your source code.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks