I need to add a custom build step which copies files.
This question has a Windows-specific answer to this problem, I need a cross-platform one.
I already tried using $(COPY_DIR)
but it is not understood as the generic copy command as it is in Qmake like in the accepted answer to this question.