> 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

Reply via email to