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

Josh Faust jfaust at suitabletech.com
Tue Aug 20 18:40:38 CEST 2013


> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130820/8b6235e8/attachment.html>


More information about the Development mailing list