0
votes

Hi I have some files in a dir called COMMON_SRC and a .pri file for these src files : Common.pri and two projects in diffrent relative paths to common files. I wanna use only one Common.pri file. Can anyone help me? Can I use some variable in each .pro file which tells the Common.pri file the relative path to project? something like $$PWD ?

1

1 Answers

2
votes

_PRO_FILE_PWD_ is what you want (docs).