qt_add_qml_module & LGPL
-
Hi,
We want to use qt_add_qml_module in our project. In the Qt Quick Compiler documentation it says
The QML script compiler, (qmlsc and qmlcachegen) compiles bindings and functions to both, an efficient byte code and C++ functions. This process automatically happens behind the scenes if you are using qt_add_qml_module to specify your QML modules.At the end of that page it says that
qmlscis only available to commercial customers. Does this mean that as soon as we use qt_add_qml_module we are violating the LGPL?