Qt4Target Page: Filter out QMLJSDEBUGGER_PATH when importing build

Don't add QMLJSDEBUGGER_PATH to the list of customer qmake arguments
when importing a built on the target page.

Task-number: QTCREATORBUG-4694
Reviewed-by: dt
This commit is contained in:
Kai Koehne
2011-04-26 16:39:51 +02:00
parent ea36927cc3
commit 7812f15240

View File

@@ -1106,7 +1106,7 @@ BuildConfigurationInfo BuildConfigurationInfo::checkForBuild(const QString &dire
specArgument = "-spec " + Utils::QtcProcess::quoteArg(parsedSpec);
}
Utils::QtcProcess::addArgs(&specArgument, additionalArguments);
Qt4BuildConfiguration::removeQMLInspectorFromArguments(&specArgument);
BuildConfigurationInfo info = BuildConfigurationInfo(version,
makefileBuildConfig.first,