How to remove msvc dll (example: msvcr100.dll) to launch qt-application? I developed a qt application that works fine in a dveloper machine, but cannot work on any other computer, and the error message is "the program does not start because MSVCR100.dll is missing on your computer." I can solve this error by copying this file to the application folder, but I do not want to copy, instead I want to link statically or some other way to remove this dependency.
Thanks in advance
source
share