Create .qmake.conf to specify top_srcdir and top_builddir

This commit is contained in:
johanneshilden 2017-10-04 13:28:17 +03:00
parent cb1762b0dd
commit fafef24611
1 changed files with 2 additions and 0 deletions

2
.qmake.conf Normal file
View File

@ -0,0 +1,2 @@
top_srcdir=$$PWD
top_builddir=$$shadowed($$PWD)