Maemo: Remove unneeded reference to MaemoToolchain.

This commit is contained in:
Christian Kandeler
2011-04-26 15:01:11 +02:00
parent a03de5f717
commit b7531ac3d0
4 changed files with 3 additions and 20 deletions

View File

@@ -68,7 +68,7 @@ RunControl *MaemoDebugSupport::createDebugRunControl(MaemoRunConfiguration *runC
}
if (debuggingType != MaemoRunConfiguration::DebugQmlOnly) {
params.processArgs = runConfig->arguments();
params.sysRoot = runConfig->sysRoot();
params.sysRoot = runConfig->activeQt4BuildConfiguration()->qtVersion()->systemRoot();
params.toolChainAbi = runConfig->abi();
if (runConfig->useRemoteGdb()) {
params.startMode = StartRemoteGdb;