forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.1'
Change-Id: I80f96f100046625f24b6ab5d13fdb05660365abc
This commit is contained in:
@@ -373,6 +373,10 @@ static DebuggerRunControl *doCreate(DebuggerRunParameters rp, RunConfiguration *
|
||||
rp.projectSourceDirectory = project->projectDirectory().toString();
|
||||
rp.projectSourceFiles = project->files(Project::SourceFiles);
|
||||
}
|
||||
} else {
|
||||
// "special" starts like Start and Debug External Application.
|
||||
rp.inferior.environment = Environment::systemEnvironment();
|
||||
rp.inferior.environment.modify(EnvironmentKitInformation::environmentChanges(kit));
|
||||
}
|
||||
|
||||
rp.toolChainAbi = ToolChainKitInformation::targetAbi(kit);
|
||||
|
Reference in New Issue
Block a user