Re: Generating QtScript bindings for Qt5

2016-07-26 Thread R.Harish Navnit
On Tue, Jul 26, 2016 at 6:37 AM, Thiago Macieira wrote: > On segunda-feira, 25 de julho de 2016 17:55:25 PDT Thiago Macieira wrote: >> > What's the best fix/workaround to this ? Any suggestions ? >> >> Build it with Qt 4. The library it links to has nothing to do with the >> input or output. > >

Re: Generating QtScript bindings for Qt5

2016-07-26 Thread R.Harish Navnit
On Tue, Jul 26, 2016 at 6:25 AM, Thiago Macieira wrote: > On terça-feira, 26 de julho de 2016 03:07:09 PDT 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, AFAI

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