Skip to content
Snippets Groups Projects
Commit 38c08abd authored by Christian Stenger's avatar Christian Stenger Committed by Daniel Teske
Browse files

ProjectPartBuild: Fix framework paths


Task-number: QTCREATORBUG-13137
Change-Id: I71a222a4048db65db462da07726ea5d6b917da8d
Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@theqtcompany.com>
parent a21dda33
No related branches found
No related tags found
No related merge requests found
......@@ -376,7 +376,6 @@ void ProjectPartBuilder::setIncludePaths(const QStringList &includePaths)
if (slashIdx != -1) {
hp = ProjectPart::HeaderPath(includeFile.left(slashIdx),
ProjectPart::HeaderPath::FrameworkPath);
continue;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment