Re: Qt5 switching qreal from float to double on arm*

2013-11-07 Thread Loïc Minier
On Sat, Nov 02, 2013, Lisandro Damián Nicanor Pérez Meyer wrote: > Hi! Starting from Qt 5.2.0 (most probably from rc1 and definitely not from > beta1 currently in experimental) Qt5 will switch qreal from float to double > on > arm*. > > We have the option to keep some archs in float by passing

Re: Qt5 switching qreal from float to double on arm*

2013-11-07 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 07 November 2013 18:18:18 you wrote: > On Sat, Nov 02, 2013, Lisandro Damián Nicanor Pérez Meyer wrote: > > Hi! Starting from Qt 5.2.0 (most probably from rc1 and definitely not from > > beta1 currently in experimental) Qt5 will switch qreal from float to > > double on arm*. > > > > We

Re: Qt5 switching qreal from float to double on arm*

2013-11-07 Thread Loïc Minier
On Thu, Nov 07, 2013, Lisandro Damián Nicanor Pérez Meyer wrote: > - We don't know yet what other distros are going to do. IMO we shouldn't have distro-specific patching for this kind of stuff; it seems to commonly impact apps (which should be using qreal instead of assuming qreal is double) way t

Re: Qt5 switching qreal from float to double on arm*

2013-11-07 Thread Lisandro Damián Nicanor Pérez Meyer
On Thursday 07 November 2013 18:55:31 Loïc Minier wrote: > On Thu, Nov 07, 2013, Lisandro Damián Nicanor Pérez Meyer wrote: > > - We don't know yet what other distros are going to do. > > IMO we shouldn't have distro-specific patching for this kind of stuff; > it seems to commonly impact apps (whi