Quote:
|
What I'm looking for basically is a way to tell what object file path I want for every single src file.
|
I don't *know*, but I *think* this is not possible with qmake (*.pro) file.
If you are not willing or can't use a diferent project structre, then you will have to give up on atuomation, and use a custom hand made makefile.
There you can define each o file.
But to me, your project structure makes little sense.
Either use deferent development branches to the same project, or/and use sub projects - that would be my advice..