Qt app and icu files

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-24 11:28:13

问题


I've been searching for hours for a solution to my problem , which is " the size of the dll files " after finishing my project , for example the icu files are too big for my simple app.

I found two solution:

1- recompile qt without icu support " tried to find a good tutorial but i'm out of luck " need a tutorial that thinks about the reader a new user "

2- creating or compiling your own icu , I tried this :

http://qt-project.org/wiki/Compiling-ICU-with-MSVC

but I could not understand it I got stuck here " C:\icu\source> dos2unix * "

I tried this : http://qt-project.org/forums/viewthread/38489/

but it couldn't work because I have a newer version + another compiler.

can you guys direct me to solve this problem ? if someone have a reduced size of icu that works on qt 5.2.1 with vs 2012 please upload it so I can use it :)

来源:https://stackoverflow.com/questions/22611206/qt-app-and-icu-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!