INCLUDEPATH is no magic. It merely passes its contents to the compiler with the "-I" parameter.
No, that is the work of DEPENDPATH. INCLUDEPATH is for includes only. But this has no influence on your current situation.I interpreted that to mean "it specifies the additional include directories which should be searched when compiling the project".
.pro.user file is not used for compilation. It merely contains QtCreator settings (of course including settings for running the compiler, but it only states which compiler to run (by passing options to qmake that parses the .pro file), not what directories it should search for include files). The .pro file controls compilation process.However, while I was trying that, I discovered the real problem must have been in the .pro.user file I was using before,
Bookmarks