I have found that you can change the name of the makefile using the MAKEFILE variable.
But how do I specify in which path the makefile is to be generated? The project file is a ‘source’, that is, it is written by the developer. The makefile is an ‘intermediate’ (that is, it’s required for compilation, but can be thrown away and re-generated). I want to keep those two types of files strictly separate. With everything else (moc, ui, obj,…) that’s simple. How to do it with the makefile?
↧