summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/makestep.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/makestep.h')
-rw-r--r--src/plugins/projectexplorer/makestep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/makestep.h b/src/plugins/projectexplorer/makestep.h
index f8584047d7..9bde1c41a4 100644
--- a/src/plugins/projectexplorer/makestep.h
+++ b/src/plugins/projectexplorer/makestep.h
@@ -91,7 +91,7 @@ private:
QStringList m_buildTargets;
QStringList m_availableTargets;
- QString m_makeArguments;
+ QString m_userArguments;
Utils::FilePath m_makeCommand;
int m_userJobCount = 4;
bool m_overrideMakeflags = false;