diff options
Diffstat (limited to 'src/plugins/remotelinux/makeinstallstep.cpp')
-rw-r--r-- | src/plugins/remotelinux/makeinstallstep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/makeinstallstep.cpp b/src/plugins/remotelinux/makeinstallstep.cpp index 38edbb6791e..8b678bea961 100644 --- a/src/plugins/remotelinux/makeinstallstep.cpp +++ b/src/plugins/remotelinux/makeinstallstep.cpp @@ -245,7 +245,7 @@ void MakeInstallStep::updateArgsFromAspect() void MakeInstallStep::updateFullCommandLine() { - CommandLine cmd{makeExecutable(), userArguments(), CommandLine::Raw}; + const CommandLine cmd{makeExecutable(), userArguments(), CommandLine::Raw}; m_fullCommand.setValue(cmd.toUserOutput()); } |