Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0 Beta
-
None
-
Windows
Description
Runnign configure.exe without '-icu' argument does disable builing of webkit, even though ICU is properly available in the environment.
The WebKit build was disabled for the following reasons: * ICU is required. To build QtWebKit with Qt 5 you need to build Qt 5 with libICU support. Check for ICU support being mentioned in qtbase/config.summary.
This is caused by https://codereview.qt-project.org/#/c/83197/
Workaround is to pass '-icu' explicitly to configure.exe.