Re: [Development] Does Qt 5.6 still depend on ICU?

2016-05-08 Thread Thiago Macieira
On domingo, 8 de maio de 2016 12:20:24 PDT Roland Winklmeier wrote: > > Looks like a mistake. > > Do you want me to raise a bug report? Yes, please. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center __

Re: [Development] Does Qt 5.6 still depend on ICU?

2016-05-08 Thread Roland Winklmeier
On 05/08/2016 01:10 AM, Thiago Macieira wrote: > On sábado, 7 de maio de 2016 23:25:16 PDT Roland Winklmeier wrote: >> From wiki pages (https://wiki.qt.io/Qt_5.6_Tools_and_Versions and >> https://wiki.qt.io/Building_Qt_5_from_Git), I understood that, ICU is >> only required for QtWebkit. I also le

Re: [Development] Does Qt 5.6 still depend on ICU?

2016-05-08 Thread Kai Koehne
> -Ursprüngliche Nachricht- > Von: Development [mailto:development-bounces+kai.koehne=qt.io@qt- > project.org] Im Auftrag von Alexander Nassian > Gesendet: Sonntag, 8. Mai 2016 00:56 > An: Roland Winklmeier > Cc: development@qt-project.org > Betreff: Re: [Developme

Re: [Development] Does Qt 5.6 still depend on ICU?

2016-05-07 Thread Thiago Macieira
On sábado, 7 de maio de 2016 23:25:16 PDT Roland Winklmeier wrote: > From wiki pages (https://wiki.qt.io/Qt_5.6_Tools_and_Versions and > https://wiki.qt.io/Building_Qt_5_from_Git), I understood that, ICU is > only required for QtWebkit. I also learned that the ICU version shipped > in Qt 5.6.0 is

Re: [Development] Does Qt 5.6 still depend on ICU?

2016-05-07 Thread Alexander Nassian
As far as I know Chromium also depends on ICU and without WebKit or WebEngine you may but need not to use ICU. But I sadly don't know if and what features are (internally) missing if Qt is not built with ICU - for our applications we always have to build it with because of WebKit/WebEngine. Bes

[Development] Does Qt 5.6 still depend on ICU?

2016-05-07 Thread Roland Winklmeier
Dear Qt Devs, I'm currently preparing installers for a cross platform application (Win, Linux, OSX). I have investigated, which dependencies apart from the Qt5 libraries themselves are need to be shipped as well. But I'm a bit confused about the role of ICU. >From wiki pages (https://wiki.qt.io/