can we use Qt lgpl in android and ios ?
-
@jsulm said in can we use Qt lgpl in android and ios ?:
LGPL3
how to not violate LGPL, should I only mention that I am using Qt and provide LGPL license link
@mouhamed said in can we use Qt lgpl in android and ios ?:
should I only mention that I am using Qt and provide LGPL license link
You also have to give the user the possibility to replace Qt libraries with their own versions. And at this points it gets tricky for Android/iOS apps.
Take a look at https://www.qt.io/licensing/open-source-lgpl-obligationsAnd keep in mind: I'm not a lawyer :-)
-
WARNING: I am NOT a lawyer.
Technically, static builds are allowed with LGPL but you have to provide the build artifacts so other people can redo the linking with their own static version of the library. That's the very tricky part.