Hi all,

I am adding automatic versioning to my application. I already have the shell scripts to change the v.w.x.y format version number in my sourcecode and change the compile timestamp. I can include this in my makefile, to handle this in my build. Unfortunately qmake will nuke my changes if run again (I touch my .pro file). How can I add custom shell commands to certain make rules?