Hi,

I have a pro file in my local work area, which includes an pri file somewhere else, as in

include( /apps/system/common.pri )

I run the qmake on my local pro file to create a makefile, how can I determine the full path name of the pro file from within the common.pri file?

The $$PWD will return "/apps/system", which is the location of the common.pri file, but I need to know where the pro file is.

Thanks