PDA

View Full Version : Disable ICU, Windows



WoldemarShiPa
16th January 2014, 14:25
Hello. I'm developing Qt5 project in Visual Studio 2010 and trying to get rid of ICU dll's. How can I reach that? Is there any preprocessor define exist? Thanks

ChrisW67
17th January 2014, 00:04
Build your own Qt libraries from scratch and specify the -no-icu option at configure time. You cannot build or use the Webkit component without ICU.