ProjectPartBuild: Fix framework paths

Task-number: QTCREATORBUG-13137
Change-Id: I71a222a4048db65db462da07726ea5d6b917da8d
Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
Christian Stenger
2014-11-19 16:13:27 +01:00
committed by Daniel Teske
parent a21dda3360
commit 38c08abde5

View File

@@ -376,7 +376,6 @@ void ProjectPartBuilder::setIncludePaths(const QStringList &includePaths)
if (slashIdx != -1) {
hp = ProjectPart::HeaderPath(includeFile.left(slashIdx),
ProjectPart::HeaderPath::FrameworkPath);
continue;
}
}