I want after the compilation of my program, the executable to be automatically renamed. I know that I can edit the .pro file in order to tell it do some action during the 'make install' action. Now, i want it to do some action after finished compiling it. Is this possible?

Thx in advance! =)