I want to change the DYLD_LIBRARY_PATH used to run the binaries executed by Qt Creator on the mac.
If I add to this variable to the build env for each and every project, everything works great.
Adding this to my .zshrc doesn't help - apparently QtCreator isn't getting env variables from zsh.
I don't want to have to add this to every project, and I still want to run from QtCreator.
What's the popular way to do this? There's no QtCreator-wide setting is there? I'm assuming this is obvious/easy.
Is there an env variable you can set in your pro file that will show up when the executable is run? That's probably the best option...



