You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qt-cpp: Add rest of the environment path to 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.
0 commit comments