Re: [Development] Issue when setting up the network test server

2012-10-14 Thread Rohan McGovern
Sébastien Fricker said: > Hi, > I had a try to follow > http://qt.gitorious.org/qtqa/sysadmin/blobs/master/README.network_test_server.txt > to setup the network test server for the code coverage statistic computation > (http://download.froglogic.com/public/qt5-squishcoco-report/) > > I'm facing

Re: [Development] Static release vs debug size

2012-10-14 Thread Thiago Macieira
On domingo, 14 de outubro de 2012 21.33.34, Pau Garcia i Quiles wrote: > Hello, > > I have compiled Qt 4.8.3 statically in release and debug on Windows > using Visual Studio 2010 SP1. Something odd happened: the *release* > libraries are way bigger (5x to 10x) than the *debug* version. Is > there

Re: [Development] Static release vs debug size

2012-10-14 Thread Konstantin Tokarev
14.10.2012, 23:34, "Pau Garcia i Quiles" : > Hello, > > I have compiled Qt 4.8.3 statically in release and debug on Windows > using Visual Studio 2010 SP1. Something odd happened: the *release* > libraries are way bigger (5x to 10x) than the *debug* version. Is > there a logical explanation for t

[Development] Static release vs debug size

2012-10-14 Thread Pau Garcia i Quiles
Hello, I have compiled Qt 4.8.3 statically in release and debug on Windows using Visual Studio 2010 SP1. Something odd happened: the *release* libraries are way bigger (5x to 10x) than the *debug* version. Is there a logical explanation for that? (I was expecting the opposite) Thank you -- Pau

Re: [Development] Qt 5 QMessageBox doesn't respond?

2012-10-14 Thread Stephen Chu
On 10/11/12 12:06 PM, Stephen Chu wrote: > I am wondering if this is the result of switching qtbase to master > instead of staying wiht qt5. > > When I call this on a Mac: > > QMessageBox::warning(NULL, "", "warning!"); > > The dialog shows up but clicking at the OK button doesn't dismiss it.