Re: [QBS] Status of QBS w.r.t. deprecation of QtScript

2015-03-25 Thread Joerg Bornemann
Hi Bill, I wonder, therefore, what the position of QBS within Qt is, when a module that QBS depends on is being deprecated in Qt! QtScript is going to be deprecated, but it will keep working for quite some time. Sooner or later qbs must be ported to the QJS* API of the QtQml module anyway.

Re: [QBS] Status of QBS w.r.t. deprecation of QtScript

2015-03-25 Thread Ruslan Nigmatullin
Hi all, Looks like right now it's impossible to migrate to QtQml without using private API, i.e. QtQml doesn't provide any alternatives for QScriptContext, QScriptEngine::newFunction and QScriptClass. So the question - should we force adding this public APIs to QtQml or start using private

[QBS] Status of QBS w.r.t. deprecation of QtScript

2015-03-24 Thread William Gallafent
Hi All, According to http://qt-project.org/wiki/New-Features-in-Qt-5.5#ae2e91be06ba70b73fa6c74eeeb93115 the Qt Script module is deprecated as of Qt 5.5, and planned for removal at some future time. As of QBS 1.3.4, this module is required in the project file used to build QBS core (found at