Re: [Development] Qt5 and dynamic meta object

2012-10-15 Thread Lincoln Ramsay
On 15/10/12 20:12, Olivier Goffart wrote: >> Renato Araujo wrote: >>> I'm working to port a library based on qt4.8 and qtquick 1.1 to qt5 >>> and qtquick 2.0. >>> This library uses dynamic metaobject to export dynamic properties >>> signals and slot. >>> What this library does is override the metaO

Re: [Development] Qt5 and dynamic meta object

2012-10-15 Thread Olivier Goffart
> Renato Araujo wrote: > > Hi guys, > > > > > > I'm working to port a library based on qt4.8 and qtquick 1.1 to qt5 > > and qtquick 2.0. > > This library uses dynamic metaobject to export dynamic properties > > signals and slot. > > What this library does is override the metaObject() function to

Re: [Development] Qt5 and dynamic meta object

2012-10-15 Thread Olivier Goffart
> Renato Araujo wrote: > > Hi guys, > > > > > > I'm working to port a library based on qt4.8 and qtquick 1.1 to qt5 > > and qtquick 2.0. > > This library uses dynamic metaobject to export dynamic properties > > signals and slot. > > What this library does is override the metaObject() function to

Re: [Development] Qt5 and dynamic meta object

2012-10-15 Thread Stephen Kelly
Forwarding to qt-devel. The qt-qml mailing list should be closed. Renato Araujo wrote: > Hi guys, > > > I'm working to port a library based on qt4.8 and qtquick 1.1 to qt5 > and qtquick 2.0. > This library uses dynamic metaobject to export dynamic properties > signals and slot. > What this li