forked from qt-creator/qt-creator
ProjectPartBuild: Fix framework paths
Task-number: QTCREATORBUG-13137 Change-Id: I71a222a4048db65db462da07726ea5d6b917da8d Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
committed by
Daniel Teske
parent
a21dda3360
commit
38c08abde5
@@ -376,7 +376,6 @@ void ProjectPartBuilder::setIncludePaths(const QStringList &includePaths)
|
||||
if (slashIdx != -1) {
|
||||
hp = ProjectPart::HeaderPath(includeFile.left(slashIdx),
|
||||
ProjectPart::HeaderPath::FrameworkPath);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user