qmake seem to default to generating makefiles that end up installing binaries with 755 permissions.

I am creating an suid program and i want one of the executables to be installed with 4755 permission. Just this one executable out of two my projects creates.

What line should i add to .pro file to make this happen? I have looked in qt documentation pages and i did not find any mention of this ability