Greetings.

I want qmake to generate the Makefile with the following line preceding all other commands:
Qt Code:
  1. include $(ORACLE_HOME)/precomp/env_precomp.mk
To copy to clipboard, switch view to plain text mode 
This is needed so the program can access Oracle databases. Every time I run qmake, I have to edit the generated Makefile to include that line.

Is there a way to atomatically include that line for every qmake run?