Large deployment files
-
If you don't make use of QtWebkit, you can compile Qt without icu by yourself.
-
[quote author="1+1=2" date="1372381864"]If you don't make use of QtWebkit, you can compile Qt without icu by yourself.[/quote]
Hmm , I am not using QtWebkit in my project ( at least I don't think so ) but when I run my executable i get error that it can't find the dll .
Is it that it is included somehow in my project ?
-
Yes, you must re-compile your Qt by yourself in order to disable it, as it used by QtCore by default too.
When compiling Qt, QtCore will try to make use of ICU if it's present.
-
[quote author="1+1=2" date="1372385960"]Yes, you must re-compile your Qt by yourself in order to disable it, as it used by QtCore by default too.
When compiling Qt, QtCore will try to make use of ICU if it's present.[/quote]
Thanks for clarification . I get it now .