Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
4.2.0
-
Qt Installer Sprint 49
Description
ConsumeOutput -operation checks if the executable exists using QFileInfo. QFileInfo sets the working directory to the executable - which is incorrect as QProcess is able to launch applications found from path.
Remove the QFileInfo check.