qmake with absolute pathes
Unsolved
General and Desktop
-
When
qmake
executed over the project with subprojects, it generatesMakefile
s 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 generateMakefile
s with absolute pathes? -
Hi,
From very old memory, I think you can use
$$PWD
in front of the file paths you use for theSOURCES
andHEADERS
variables.