Re: [Development] dev doesnt builds

2016-09-22 Thread Vlad Stelmahovsky
In my desperate attempt to build it I even re-clone whole qt5 repo from scratch. still doesnt works On Thu, Sep 22, 2016 at 4:37 PM, Alexander Blasche wrote: > Hi > > >Cannot read .qt5/qtbase/src/corelib/qtcore-config.pri: No such file > or directory > >Cannot read

Re: [Development] QUuid documentation

2016-09-22 Thread Matthew Woehlke
On 2016-09-08 05:35, Benjamin TERRIER wrote: > As of Qt 5.7, QUuid::createUuid() documentation is: > >> On any platform other than Windows, this function returns a new UUID with >> variant QUuid::DCE and version QUuid::Random. If the /dev/urandom device >> exists, then the numbers used to

Re: [Development] Should QVariant be doing fuzzy comparisons on doubles?

2016-09-22 Thread André Pönitz
On Thu, Sep 22, 2016 at 06:04:58AM +0200, Mathias Hasselmann wrote: > Am 22.09.2016 um 00:58 schrieb André Pönitz: > >On Wed, Sep 21, 2016 at 08:57:01AM +0200, Olivier Goffart wrote: > >>>No, it's not. It's changing undefined behavior into defined > >>>behavior. > >> > >>But in many case, we want

Re: [Development] Qt5 Bearer: broken PPP support

2016-09-22 Thread Alexander Smirnov
On 09/22/2016 05:07 AM, Thiago Macieira wrote: On quarta-feira, 21 de setembro de 2016 07:57:42 PDT Thiago Macieira wrote: I'll fix it when I'm back home tonight. https://codereview.qt-project.org/171756 This works for me! It was quite simple. -- With best regards, Alexander Smirnov

Re: [Development] dev doesnt builds

2016-09-22 Thread Alexander Blasche
Hi >Cannot read .qt5/qtbase/src/corelib/qtcore-config.pri: No such file or >directory >Cannot read .qt5/qtbase/src/gui/qtgui-config.pri: No such file or directory >Project ERROR: Could not find feature system-zlib. >Makefile:45: recipe for target 'sub-src-make_first' failed >make[1]: ***

Re: [Development] Notes on "Managing Qt's branches" session @ QCS 2016

2016-09-22 Thread Edward Welbourne
On Thursday 22 September 2016 08:55:13 Liang Qi wrote: >> Give the merge permission to everyone is obiviously not a solution. Marc Mutz replied: > Not everyone, but approvers, maybe? Merges need to be reviewed like > any other commit, so why are they special, anyway? Do we at least give all

Re: [Development] dev doesnt builds

2016-09-22 Thread Liang Qi
On 22 September 2016 at 13:17, Vlad Stelmahovsky wrote: > Hi > > trying build dev branch and got this error all the time: > > > Cannot read .qt5/qtbase/src/corelib/qtcore-config.pri: No such file > or directory > Cannot read

[Development] dev doesnt builds

2016-09-22 Thread Vlad Stelmahovsky
Hi trying build dev branch and got this error all the time: Cannot read .qt5/qtbase/src/corelib/qtcore-config.pri: No such file or directory Cannot read .qt5/qtbase/src/gui/qtgui-config.pri: No such file or directory Project ERROR: Could not find feature system-zlib. Makefile:45: recipe

Re: [Development] Notes on "Managing Qt's branches" session @ QCS 2016

2016-09-22 Thread Marc Mutz
On Thursday 22 September 2016 08:55:13 Liang Qi wrote: > Give the merge permission to everyone is obiviously not a solution. Not everyone, but approvers, maybe? Merges need to be reviewed like any other commit, so why are they special, anyway? Thanks, Marc -- Marc Mutz |

Re: [Development] Notes on "Managing Qt's branches" session @ QCS 2016

2016-09-22 Thread Liang Qi
On 12 September 2016 at 11:20, Edward Welbourne wrote: > Marc Mutz said: > > The obvious question is, then, why is only "the one person" doing merges? > > Allow more people to upload merges, and you will get the spreading you > desire. > > Several people can upload