May one create an open source scripting application using QtScript?

Posted by Manuel on Stack Overflow See other posts from Stack Overflow or by Manuel
Published on 2010-03-11T15:18:38Z Indexed on 2010/03/11 17:39 UTC
Read the original article Hit count: 1073

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about qt

Related posts about qtscript