Qt license questions
Hi,
I'm working on a commercial software in c++ a Qt with other two developers.
We need to sell the software and distribute it with closed source.
We have just some doubts abot the Qt license. The commercial one costs just too much for us, so it is excluded. The GPL require that we distribute the source code.
What about the LGPL? Are we able to keed the source closed and sell the software? Which are the restrictions? I've read something about static linking, but I'm not sure what it means.
Thanks for your help, Carlo
2 comments
[ 3.8 ms ] story [ 17.5 ms ] threadThe rationale behind it is that your end-users should be able to use a different QT DLL instead -- e.g. if they wanted to recompile QT themselves and use their compiled version with your program.
(IANAL)