Re: [Development] QT5.0 PlatformSupport info needed

2013-01-10 Thread Samuel Rødal
On 01/11/2013 08:43 AM, Thiago Macieira wrote: > On sexta-feira, 11 de janeiro de 2013 08.20.16, Samuel Rødal wrote: >> On 01/10/2013 08:08 PM, Mumtaz Ahmad wrote: >>> Hi, >>> >>> I am trying to port QT5.0 . I made a headless reference >>> implementation on linux using minimal plugin

Re: [Development] QT5.0 PlatformSupport info needed

2013-01-10 Thread Thiago Macieira
On sexta-feira, 11 de janeiro de 2013 08.20.16, Samuel Rødal wrote: > On 01/10/2013 08:08 PM, Mumtaz Ahmad wrote: > > Hi, > > > > I am trying to port QT5.0 . I made a headless reference > > implementation on linux using minimal plugin. On linking i had to > > link libQt5PlatformSupp

Re: [Development] QT5.0 PlatformSupport info needed

2013-01-10 Thread Samuel Rødal
On 01/10/2013 08:08 PM, Mumtaz Ahmad wrote: > > > Hi, > > I am trying to port QT5.0 . I made a headless reference > implementation on linux using minimal plugin. On linking i had to > link libQt5PlatformSupport.a as well. On the first look it appears > that platformsupport is wr

[Development] QT5.0 PlatformSupport info needed

2013-01-10 Thread Mumtaz Ahmad
Hi, > > I am trying to port QT5.0 . I made a headless reference implementation on > linux using minimal plugin. On linking i had to link > libQt5PlatformSupport.a as well. On the first look it appears that > platformsupport is written for linux and there is lot of efforts needed to > port it for ps