summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/desktopqmakerunconfiguration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmakeprojectmanager/desktopqmakerunconfiguration.cpp')
-rw-r--r--src/plugins/qmakeprojectmanager/desktopqmakerunconfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmakeprojectmanager/desktopqmakerunconfiguration.cpp b/src/plugins/qmakeprojectmanager/desktopqmakerunconfiguration.cpp
index 554d7eb801..01167b093d 100644
--- a/src/plugins/qmakeprojectmanager/desktopqmakerunconfiguration.cpp
+++ b/src/plugins/qmakeprojectmanager/desktopqmakerunconfiguration.cpp
@@ -496,7 +496,7 @@ QString DesktopQmakeRunConfiguration::baseWorkingDirectory() const
QString DesktopQmakeRunConfiguration::commandLineArguments() const
{
- return QtcProcess::expandMacros(m_commandLineArguments, macroExpander());
+ return macroExpander()->expandProcessArgs(m_commandLineArguments);
}
QString DesktopQmakeRunConfiguration::rawCommandLineArguments() const