Is Qt Qml licensed under LGPL or GPL/Commercial only?
-
Hello,
The web says Qml is LGPL/GPL and Commercial License.
Under http://doc.qt.io/qt-5/qtmodules.html Qt QML is listed as Qt Essential.
And all Qt Essentials are LGPL/GPL and Commercial License. Right?But http://doc.qt.io/qt-5/licensing.html say Qt QML is GPL/Commercial only?
"The following modules are available under the GNU GPL version 3 and commercial licenses:"What license ist Qt5Qml.dll?
-
@cubeformer
Basically this depends on the Qt version.
Referring to the official blog post since Qt 5.4 all modules are available with LGPLv3.
I guess the page you posted is just out of date. -
Hi,
@cubeformer said:
But http://doc.qt.io/qt-5/licensing.html say Qt QML is GPL/Commercial only?
"The following modules are available under the GNU GPL version 3 and commercial licenses:"That looks like a documentation error. Qt QML is definitely available under the LGPL (e.g. see http://code.qt.io/cgit/qt/qtdeclarative.git/tree/, http://code.qt.io/cgit/qt/qtdeclarative.git/tree/src/qml/qml/qqmlengine.h)
Thanks for highlighting this; I'll get the documentation corrected.
-
Thank you two for the effort. :)
-