Re: [Development] Windows: Building QtCore without ICU while still using it for QtWebKit?

2013-08-20 Thread Hausmann Simon
I think Kai's suggestion is likely to work :) Simon Fra: Koehne Kai Sendt: 08:41 tirsdag 20. august 2013 Til: Josh Faust; development Emne: Re: [Development] Windows: Building QtCore without ICU while still using it for QtWebKit? -Original Message- From: development-bounces

Re: [Development] Windows: Building QtCore without ICU while still using it for QtWebKit?

2013-08-20 Thread John Layt
On 20 August 2013 08:41, Koehne Kai kai.koe...@digia.com wrote: Is there any way to avoid the ICU dependency in QtCore while still building QtWebKit with it? That would be part of the discussed changes, but it's not there yet. For Qt 5.x, I suggest you configure Qt with '-no-icu', and then

Re: [Development] Windows: Building QtCore without ICU while still using it for QtWebKit?

2013-08-20 Thread Josh Faust
That would be part of the discussed changes, but it's not there yet. For Qt 5.x, I suggest you configure Qt with '-no-icu', and then run 'qmake QT_CONFIG+=icu ' only in qtwebkit. This worked with a slight variation: configure with -no-icu jom

[Development] Windows: Building QtCore without ICU while still using it for QtWebKit?

2013-08-19 Thread Josh Faust
Is there any way to avoid the ICU dependency in QtCore while still building QtWebKit with it? My use-case is thus: * Externally shipping application that does not use QtWebKit, and does not use ICU * Internal tools that do use QtWebKit We'd love to avoid the ICU dependency in the external