I did notice that in the manual and am using it to expand my INCLUDE and LIB paths and specify C code includes, etc. Works great. But what I would like to do is have an actual "include" statement in the generated Makefile. I am using clearcase and clearmake which allows one to include additional makefile code from external files by saying "include filename.inc". I would like to pass that "include" directive through from the .pro file without any intermediate modification by qmake. In other words, I want to include makefile directives, variables, etc. that qmake just passes through.
It's beginning to look like I must code make rules to mimic what qmake does with moc, etc., and just use our regular make.
Just wanted to know if there was an easier way, because qmake does some neat things.
Bookmarks