I would like qt creator runs qmake on a project file every time I build the whole project, even if such file is unchanged. I need this because within such .pro file I run a little script to get the latest git hash of my sources. The git hash it is appended to the version string of the program (a define) and coded within the executable.
Thanks to all