Closed jimon closed 8 years ago
If we have a bat script that modifies our PATH (to add some other tools), and we call it as --ide-env "call script.bat" than it doesn't work on QtCreator (jom) for some reason, not sure why.
--ide-env "call script.bat"
Apparently the only working solution that I was able to find is to use set NAME=VALUE. Improved docs to reflect this, see https://github.com/beardsvibe/buildfox/commit/5189a31265dac17a3a24c1914967c1f44b9cb978
set NAME=VALUE
If we have a bat script that modifies our PATH (to add some other tools), and we call it as
--ide-env "call script.bat"
than it doesn't work on QtCreator (jom) for some reason, not sure why.