Description
There are environment variables which could change their values from time to time. They do not affect build process but causes project to be re-resolved. Maybe QBS should provide some way to blacklist them?
One of the examples is in buildgraphloader.cpp (LD_PRELOAD).
In my case re-resolving is caused by a set of variables set by ssh and ssh-agent (SSH_CLIENT, SSH_CONNECTION, etc.).