Hi, I want to create an alias for each program that I create in qt and that this alias is different. I was thinking about using hashes and converting them into a string. For example: I compile a program every time I compile that program it has to have a different ALIAS that does not match the next compilation.
Is it possible to do this?