CppTools: Add pre system include search path per project

Sometimes you want add a pre system include search path per project to
overload some system header for indexing. This can then even be checked in
the repository.

Change-Id: Ib103e5935d0553aa94522ed736f8c4eb2405a093
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Marco Bubke
2019-04-07 20:46:06 +02:00
parent 3bd653416a
commit 5ab057746c
9 changed files with 143 additions and 106 deletions

View File

@@ -39,8 +39,10 @@ public:
Utils::FileName projectDirectory() const { return {}; }
Utils::FileName rootProjectDirectory() const { return {}; }
Utils::FileName rootProjectDirectory() const { return rootProjectDirectoryPath; }
Target *activeTarget() const { return {}; }
Utils::FileName rootProjectDirectoryPath;
};
} // namespace ProjectExplorer