|
|
|
|
|
by roblabla
2225 days ago
|
|
Qt is LGPL licensed is it not? LGPL license means you can distribute your app closed source, so long as the user can swap out the Qt implementation. This usually just means dynamic linking against Qt so the user can swap the DLL. The rest of your app can be kept closed source. On iOS and Android the situation might be a bit more complicated, but this discussion[0] seems to say that dynamically linking would also work there. [0]: https://wiki.qt.io/Licensing-talk-about-mobile-platforms |
|