Details
-
Type:
Bug
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Affects Version/s: 2.7.1
-
Fix Version/s: None
-
Component/s: Build-time integration
-
Labels:None
-
Environment:Windows 10
Visual Studio 16.9.1 Professional
Qt Vs Tool 2.7.1
-
Platform/s:
Description
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").