I want to compile QT 5.0.1 on Windows 7 x64, but when I configure qt, I get:
Qt is now configured to build. Just run nmake. To reconfigure, run nmake confclean and configure.
- d: /Libraries/Qt/5.0.1/qtbase/bin/qmake d: /Libraries/Qt/5.0.1/qtsdk.pro Project MESSAGE: WebKit: Qt was created without ICU support, WebKit was disabled.
I compiled ICU 50 on my computer and there are tests for icu, x32 Release and Debug mode failed them, but x64 is fine. I wrote the system variables ICU / bin and ICU / bin64.
So, tell us how to compile Qt with ICU and WebKit.
Yarik source
share