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
Printable View
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
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.