New to Qt programming so not sure if I'm missing something obvious....

Is there a way to have qmake pass code through from a .pro file to the generated Makefile?

We have a rather complicated development environment and I would like to have a couple of
"include /path_to/my_make_include_file"
statements in the generated Makefile, without having to edit the file by hand after running qmake.

Thanks!