I have a Qt application (Win x64 download here http://api.straw-solutions.cz/?action=downloadSoftware&productKey=lumen&platform=win_x86_64 ). When I tried to publish it, I got an echo that when starting the aplication, it prompts that MSVCR120.dll is missing. It is, however, possible to press ok and the application starts without problems.
This does not really make sense to me, as the application was build with MSVC2017. I've walked the dependencies for the app and the plugins and couldn't find msvcr120. I've also tried removing the msvcr120.dll from my system and start the application and it started fine.
Also please note that I bundle and install VS2017 runtime with the application.