forked from qt-creator/qt-creator
Meson: Use Utils::FilePaths in parser
Change-Id: Idb256110e519c642420580ebd159bcffa11c0f1b Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
ProjectTree();
|
||||
static std::unique_ptr<MesonProjectNode> buildTree(const Utils::FilePath &srcDir,
|
||||
const TargetsList &targets,
|
||||
const std::vector<Utils::FilePath> &bsFiles);
|
||||
const Utils::FilePaths &bsFiles);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user