I want to have quite portable project with the QtCreator. I may edit only the *.pro file. The *.pro.user should be left untouched. The environment compile by default to a new directory. Unfortunately I have few other files to copy there too. What have I to write in the *.pro file to accomplish it? Is there something quite simple?
If I write my own Makefile (or something), I'll lost integration with the QtCreator. It's not an option.
EDIT:
It is somehow duplicate of this question:
QMake - how to copy a file to the output
However I would prefer to not write custom scripts inside the *.pro file. I would prefer to not use platform specific conditions too.