I am trying to configure "Run Settings" in Qt Creator 3.0.1.
I would like to set the value of many environment variables by looking for the shell script 'myScript'. However, the user deployment process step does not seem to accept the "source" as a command.
If I run the script instead of its source, it sets the environment variables of the shell process in which it runs, which is not the same when Qt Creator runs the executable.
Can I use "myScript" to set environment variables? What should I call it?
shell environment-variables qt-creator
toliveira
source share