Ios: use ArgumentsAspect in IosRunConfiguration

Change-Id: I9f2f0eacf5fca155912eb4417d2ac89afcf64901
Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
This commit is contained in:
hjk
2016-01-05 17:13:35 +01:00
parent 8d6549fa74
commit 0983c7cc1a
3 changed files with 7 additions and 62 deletions

View File

@@ -81,7 +81,7 @@ RunControl *IosAnalyzeSupport::createAnalyzeRunControl(IosRunConfiguration *runC
return 0;
AnalyzerStartParameters params;
params.debuggee = runConfig->localExecutable().toUserOutput();
params.debuggeeArgs = Utils::QtcProcess::joinArgs(runConfig->commandLineArguments());
params.debuggeeArgs = runConfig->commandLineArguments();
params.analyzerHost = QLatin1String("localhost");
if (device->type() == Core::Id(Ios::Constants::IOS_DEVICE_TYPE)) {
IosDevice::ConstPtr iosDevice = device.dynamicCast<const IosDevice>();