I am surprised to learn that Qt5 now depends on ICU even for the Windows versions if you want to use the webkit module. The ICU dll libraries are way too big on Windows. The ict51dt.dll is 21MB, for example. After the ICU libraries are included, the setup file of my webkit-based application will go from 10MB to 20MB.
Why is webkit suddently dependent on ICU now? In QT4, webkit works fine without ICU on windows and I don't have any problem viewing international websites.
Can ICU be linked statically in order to reduce the size overhead?
Bookmarks