Re: Generating QtScript bindings for Qt5

2016-07-26 Thread R.Harish Navnit
On Tue, Jul 26, 2016 at 3:36 AM, Aleix Pol wrote: > > Hi Harish, > What are you trying to do? What do you need it for? Oh sorry, I should have mentioned it earlier. I'm trying to work on porting plasma's publictransport applet to plasma5. The dataengine downloads documents(serviceProviders) and pa

Re: Generating QtScript bindings for Qt5

2016-07-25 Thread Aleix Pol
On Mon, Jul 25, 2016 at 11:37 PM, R.Harish Navnit wrote: > Hi, > > In Qt4, we had qtscriptgenerator which helped in generating Qt > bindings, which are needed to import qt extensions to QScriptEngine > etc. However, AFAIK this hasn't made it to Qt5 or at least there, is > no official release yet.

Generating QtScript bindings for Qt5

2016-07-25 Thread R.Harish Navnit
Hi, In Qt4, we had qtscriptgenerator which helped in generating Qt bindings, which are needed to import qt extensions to QScriptEngine etc. However, AFAIK this hasn't made it to Qt5 or at least there, is no official release yet. Can anyone point me to or show me how one can generate Qt script bin