Skip to content
Snippets Groups Projects
Commit 2491038f authored by dt's avatar dt
Browse files

Qt4ProjectManager: Fix wrong expannding

Reviewed-By: ossi
parent b58ebe7d
No related branches found
No related tags found
No related merge requests found
...@@ -542,13 +542,12 @@ QString Qt4RunConfiguration::baseWorkingDirectory() const ...@@ -542,13 +542,12 @@ QString Qt4RunConfiguration::baseWorkingDirectory() const
return ti.workingDir; return ti.workingDir;
} }
QStringList Qt4RunConfiguration::commandLineArguments() const
QStringList Qt4RunConfiguration::baseCommandLineArguments() const
{ {
return environment().expandVariables(commandLineArguments()); return environment().expandVariables(baseCommandLineArguments());
} }
QStringList Qt4RunConfiguration::commandLineArguments() const QStringList Qt4RunConfiguration::baseCommandLineArguments() const
{ {
return m_commandLineArguments; return m_commandLineArguments;
} }
......
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