Re: [Development] QApplication startup is a lot slower in Qt5 than Qt4

2013-08-10 Thread Jiergir Ogoerg
Thanks, I compiled and installed from http://download.qt-project.org/snapshots/qt/5.1/5.1.1-rc1/backups/2013-08-10-96/single/ did a reboot and tested again, I didn't notice any difference, I get about 190-220ms on Qt 5.1.1rc1 (while qt4 takes less than 100ms). I wonder if I picked the wrong source

Re: [Development] QApplication startup is a lot slower in Qt5 than Qt4

2013-08-10 Thread Thiago Macieira
On domingo, 11 de agosto de 2013 02:14:47, Jiergir Ogoerg wrote: > Did anyone notice that > QApplication app(argc, argv) > takes on Qt5 about 220ms (warm execution) to execute while on Qt4 only > about 50-75ms (warm execution)? > Another person confirmed these results on his computer. > > Can anyo

Re: [Development] Bundling Qt 5 libraries with application package and strange "font" error

2013-08-10 Thread Thiago Macieira
On sábado, 10 de agosto de 2013 23:53:48, Tomasz Olszak wrote: > > In addition, I strongly doubt LD_LIBRARY_PATH supports relative paths. > > It supports relative to cwd paths. And RPATH overrides LD_LIBRARY_PATH. However, the presence of RUNPATH disables RPATH. LD_LIBRARY_PATH overrides RUNPAT

Re: [Development] New reference platforms in the CI for Qt5.2

2013-08-10 Thread Charley Bay
Tony sayeth: > , > We'd like to change the reference platforms a bit. We have new platforms > coming in and old ones are just that.old. > > , > These changes would be targeted for Qt 5.2 and the current proposition can > be seen here: > > http://qt-project.org/wiki/CI_Configurations > > (That we

Re: [Development] Bundling Qt 5 libraries with application package and strange "font" error

2013-08-10 Thread Tomasz Olszak
2013/8/10 Nicolás Alvarez > 2013/8/10 Tomasz Olszak : > > It looks like LD_LIBRARY_PATH doesn't work because even if I set > > LD_LIBRARY_PATH=. in /opt/usr/APPID/lib directory and execute ldd on e.g. > > libQt5Qml.so I get: > > "name=value" in a Unix shell does *not* set an environment variable.

[Development] QApplication startup is a lot slower in Qt5 than Qt4

2013-08-10 Thread Jiergir Ogoerg
Hi, Did anyone notice that QApplication app(argc, argv) takes on Qt5 about 220ms (warm execution) to execute while on Qt4 only about 50-75ms (warm execution)? Another person confirmed these results on his computer. Can anyone please explain why it happens and if/when it gets fixed? Using Ubuntu a

Re: [Development] Bundling Qt 5 libraries with application package and strange "font" error

2013-08-10 Thread Tomasz Olszak
2013/8/9 Thiago Macieira > On sexta-feira, 9 de agosto de 2013 17:14:11, Tomasz Olszak wrote: > > Application without changing RPATH in Qt libraries and application > binary: > > http://pbrd.co/136t3GI > > > > This is application after RPATH modification: > > http://pbrd.co/136tyR2 > > Hi Tomasz

Re: [Development] Building a QtAddon from git

2013-08-10 Thread Laszlo Papp
On Sat, Aug 10, 2013 at 11:00 PM, Christian Gagneraud wrote: > On 08/10/2013 01:45 PM, Thiago Macieira wrote: > > On sexta-feira, 9 de agosto de 2013 21:37:24, Chris Craig wrote: > >> I am not sure what the correct value should be for a playground module > that > >> is more or less stagnant should