Skip to content
Snippets Groups Projects
Commit eeafec83 authored by Michael Karcher's avatar Michael Karcher Committed by dt
Browse files

Fix typo


Merge-request: 745
Reviewed-by: default avatardt <qtc-committer@nokia.com>
parent f74d6ad2
No related branches found
No related tags found
No related merge requests found
...@@ -251,7 +251,7 @@ void Qt4ProjectConfigWidget::importLabelClicked() ...@@ -251,7 +251,7 @@ void Qt4ProjectConfigWidget::importLabelClicked()
makeCmdArguments.append(debug ? "debug" : "release"); makeCmdArguments.append(debug ? "debug" : "release");
} else { } else {
makeCmdArguments.removeAll("debug"); makeCmdArguments.removeAll("debug");
makeCmdArguments.removeAll("remove"); makeCmdArguments.removeAll("release");
} }
makeStep->setValue(m_buildConfiguration, "makeargs", makeCmdArguments); makeStep->setValue(m_buildConfiguration, "makeargs", makeCmdArguments);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment