Is there a way to tell qmake to add an include directive in the Makefile to include another Makefile.
I need to add one line at the beginning of the generated Makefile:
enable custom.inc
Perhaps there is only a way to output text in Makfiles from qmake, but I could not find.
source share