May one create an open source scripting application using QtScript?
- by Manuel
Hi there,
I'd like to implement my own script engine using the QtScript component and other Qt components.
Since this should be an open source (GPL) application I thought I would be free to do this.
But now I found a page at Qt's website that made me doubtful about it:
What are the restrictions with releasing scriptable applications?
Unless the scripter has a Qt license, the following restrictions apply:
The application itself may not primarily be a script development tool.
The Qt API may not be made directly scriptable.
Scripts may not alter the main functionality of the application.
If the major part of the application is developed with a compiled programming language and only some non-core parts of the application are made extendable/modifiable through Qt Script, the scripter does not need to purchase a Qt or QSA license.
Does this text apply to my project or not?
Cheers,
Manuel