forked from qt-creator/qt-creator
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:
@@ -1106,7 +1106,7 @@ BuildConfigurationInfo BuildConfigurationInfo::checkForBuild(const QString &dire
|
|||||||
specArgument = "-spec " + Utils::QtcProcess::quoteArg(parsedSpec);
|
specArgument = "-spec " + Utils::QtcProcess::quoteArg(parsedSpec);
|
||||||
}
|
}
|
||||||
Utils::QtcProcess::addArgs(&specArgument, additionalArguments);
|
Utils::QtcProcess::addArgs(&specArgument, additionalArguments);
|
||||||
|
Qt4BuildConfiguration::removeQMLInspectorFromArguments(&specArgument);
|
||||||
|
|
||||||
BuildConfigurationInfo info = BuildConfigurationInfo(version,
|
BuildConfigurationInfo info = BuildConfigurationInfo(version,
|
||||||
makefileBuildConfig.first,
|
makefileBuildConfig.first,
|
||||||
|
|||||||
Reference in New Issue
Block a user