How to build a closed source QT application with the free license?
-
wrote on 26 Feb 2020, 14:04 last edited by
Hello,
How to build a closed source QT application with the free license?
-
wrote on 26 Feb 2020, 14:13 last edited by VRonin
If you use Qt as distributed in the official installer with dynamic linking to it (i.e. you use the dlls) then you are in the clear
-
wrote on 26 Feb 2020, 14:14 last edited by JonB
@reddy9pp
This has been asked so many times. I am not a lawyer. Qt has LGPL license, which you should look at. To keep it really simple, if you don't mess with Qt's own code you don't have to publish your source. Make sure you only use the Qt stuff which is LGPL, not the couple of components which are GPL.EDIT See @VRonin's response above.
-
wrote on 26 Feb 2020, 15:24 last edited by
Take time to understand software licenses. If you want to be in this field then you need to understand IP.
1/4