forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user