Hi,

I have a common config.h file located in a shared directory, which is shared by many pro files under different directories. Is there a command I can use in the config.h file to determine the full path of the pro file when executaing qmake on any of the pro files?

Currently, I have to add the following same line in every pro file, which I don't like.
dir = $$system( pwd )