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
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
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
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
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.