move postprocessing of INCLUDEPATH into ProFileEvaluator::accept()
the rationale is that postprocessing which is done by the generators (in
some cases right at the point of emitting code to the makefile) should
be abstracted inside the "medium-level" class which also does the path
resolution done by the generators.
along the way we also make minor fixes to the processing:
- we pay attention to CONFIG+=no_include_pwd
- we add the build dir as well when shadow building
Change-Id: Ib389942fdc0470e05c1aa49e3615b6ac00241662
Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
Showing
- src/plugins/qmakeprojectmanager/qmakenodes.cpp 0 additions, 11 deletionssrc/plugins/qmakeprojectmanager/qmakenodes.cpp
- src/plugins/qmakeprojectmanager/qmakenodes.h 0 additions, 2 deletionssrc/plugins/qmakeprojectmanager/qmakenodes.h
- src/plugins/qmakeprojectmanager/qmakeproject.cpp 0 additions, 4 deletionssrc/plugins/qmakeprojectmanager/qmakeproject.cpp
- src/shared/proparser/profileevaluator.cpp 19 additions, 6 deletionssrc/shared/proparser/profileevaluator.cpp
- src/shared/proparser/profileevaluator.h 0 additions, 2 deletionssrc/shared/proparser/profileevaluator.h
Loading
Please register or sign in to comment