- 
    Bug 
- 
    Resolution: Fixed
- 
    P1: Critical 
- 
    None
- 
    2.7.1
- 
    None
- 
    Windows 10
 
 Visual Studio 16.9.1 Professional
 
 Qt Vs Tool 2.7.1
- 
        
- 
        8b520d48dcaf334a7db8345244d3b2934adb116e
When "Run Deployment Tool" is set to "Yes", following warning is issued at compilation :
EXEC : warning : Cannot find Visual Studio installation directory, VCINSTALLDIR is not set
As a result, "vc_redist.x86.exe" is not deployed.
Other Qt DLL, translation files, etc., are deployed.
Running directly windeployqt (in a VS shell, and after calling qtenv2.bat) deploy "vc_redist.x86.exe".
See attached sample project (projet created with Wizard, only modification is setting "Run Deployment Tool" is set to "Yes").