Now QtWeb uses statically linked Qt and dynamically linked MSVCRT (/MD)
which causes executable dependencies for MSVCP90.dll and MSVCR90.dll.
These are system DLLs from Microsoft and exist on most systems, however to
be sure that browser has everything to be able to run, QtWeb distributed
with these two DLLs and manifest.
It is not recommended by Nokia's development, to compile Qt using
statically linked MSVCRT (/MT), however some research to be done how it
affects the program performance and behavior...
If results are acceptable, probably it makes sense to compile everything
in static and get rid of Microsoft's Visual Studio's DLLs.
-------------------------
to investigate ...
Original issue reported on code.google.com by alexei.c...@gmail.com on 13 May 2009 at 12:59
Original issue reported on code.google.com by
alexei.c...@gmail.com
on 13 May 2009 at 12:59