qmake with absolute pathes
-
When
qmakeexecuted over the project with subprojects, it generatesMakefiles in the way that any compilation error attributed to the file with the path relative to the folder of the subproject. This makes my editor to break trying to navigate to file with the errors. Is there a way to generateMakefiles with absolute pathes? -
Hi,
From very old memory, I think you can use
$$PWDin front of the file paths you use for theSOURCESandHEADERSvariables.