Licensing
-
Is it possible to distribute hardware, with embedded linux and QT pre-installed, under the LGPLv3 license or commercial Licence is madatory?
-
Is it possible to distribute hardware, with embedded linux and QT pre-installed, under the LGPLv3 license or commercial Licence is madatory?
-
Hi,
The license of Qt Creator itself is unrelated to the license of the libraries you use.
-
Thanks for the answer,
I still have a doubt about the tools, is it possible to use Creator and rcc Compiler with LGPL v3 license?I still have a doubt about the tools, is it possible to use Creator and rcc Compiler with LGPL v3 license?
The LGPL applies to your created derivative work only - which is using LGPL libraries. The LGPL part of your application must be interchangeable, while your closed source part (can basically almost have any license you like). I am not a lawyer btw ;)
-
Ok, now I understand the concept,
what I would like to check is if QT Creator and
rcc Compiler are development tools for commercial license only or not.Thank you for your help.