Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qt-cpp: Add the rest of the environment path to the path variable
When Ninja doesn't exist in PATH and on a Unix-based system, Ninja might be used from the Qt installation. In this case, the following output is generated. Output: `"PATH": "/home/orkun/Qt/Tools/Ninja"` The problem is that the above variable overrides the PATH variable completely and it causes compilers not to be found. This commit adds the rest of the environment path to the PATH variable for Unix-based systems when Ninja is not found in PATH.
- Loading branch information