[SOLVED] Is there a solution to make proprietary apps with Qt without paying ?
-
Hi,
I am a freelancer developper and a big part of my work is made using Qt. So i want to use Qt for commercial purposes. So is there a solution to make proprietary apps with Qt whithout paying nothing and without distributing the source code ?
If i must pay something, have you an idea of how much is the starter pack ?
Thank you.
-
Yes, from version 4.5.2 on, Qt is released under LGPL, so you can make proprietary apps with Qt without paying.
-
Qt Quick is part of Qt
-
[quote author="SlimIT" date="1373733715"]But i think with the last versions of Qt, in which Qt Quick is available, you must ditribute the source code with the app. Is my understanding true ?[/quote]Before Qt 4.5.2, the only non-commercial license is the GPL. WIth this, you must provide the source code of your app.
Qt versions 4.5.2 and later (including Qt 5.1) are also available under the LGPL license. With this, you can create dynamically-linked proprietary apps without paying. If you modify Qt itself, then you must provide the code for your modifications. However, you don't need to provide the code for your own dynamically-linked apps.
Disclaimer: I am not a lawyer. What I said above is true according to my personal understanding, but it is not legal advice. You'll need to ask a lawyer to know for sure.