diff --git a/src/plugins/projectexplorer/workspaceproject.cpp b/src/plugins/projectexplorer/workspaceproject.cpp index 96453a0c976..90554b92dba 100644 --- a/src/plugins/projectexplorer/workspaceproject.cpp +++ b/src/plugins/projectexplorer/workspaceproject.cpp @@ -209,9 +209,6 @@ void WorkspaceBuildSystem::reparse(bool force) FilePath workingDirectory = FilePath::fromUserInput( targetObject["workingDirectory"].toString()); - if (!workingDirectory.isDir()) - workingDirectory = FilePath::currentWorkingPath(); - const QString name = targetObject["name"].toString(); const FilePath executable = FilePath::fromUserInput( targetObject["executable"].toString());