Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
1.8.0
-
None
Description
How to reproduce:
Build a project in a shell that doesn't have MSVC in PATH.
What happens?
D:\playground\collidingmice>qbs No build graph exists yet for this configuration. Resolving project for configuration default ERROR: D:\dev\qbs\master-build\share\qbs\imports\qbs\Probes\MsvcProbe.qbs:50:16 Error: Could not start cl.exe (Process failed to start: No such file or directory)
What's expected?
Qbs should be able to build the project.
That's why we have the buildEnvironment in the MSVC cpp module.