Hi,I have two files with the same name in different directories.
In qmake,I can use "CONFIG+=object_with_source" to put object file in different directories alongside the source file.
But in qtopiamake,this has no any effect,the object files are all put in one directory,so one of the object file is overwritten by another,this is not I wanted.
Is there any way to solve this?