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+kai.koehne=digia@qt-project.org
 [mailto:development-bounces+kai.koehne=digia@qt-project.org] On
 Behalf Of Josh Faust
 Sent: Tuesday, August 20, 2013 6:25 AM
 To: development
 Subject: [Development] Windows: Building QtCore without ICU while still
 using it for QtWebKit?

 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 run 'qmake 
QT_CONFIG+=icu ' only in qtwebkit.

Haven't tried that, though :)

Regards

Kai
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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 run 'qmake 
 QT_CONFIG+=icu ' only in qtwebkit.

 Haven't tried that, though :)

 Regards

 Kai

That should work, as far as I'm aware QtWebKit does not depend on any
ICU stuff in QtCore, it's only there for WebKit itself to use.

John.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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   -- without
building first, qmake in the webkit dir doesn't find QtWidgets
cd qtwebkit  qmake QT_CONFIG+=icu  jom

Thanks!

Josh
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[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 application, and it
would be great to not have to build two different versions of Qt. I know a
lot of ICU-related changes are happening now (for 5.2?). I haven't followed
that discussion too closely, is this one of the options being discussed?

Thanks

Josh
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development