From d26140e7f166ae0ce6b0cf1848e28905ce53cfb5 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 7 Oct 2019 12:08:48 +0300 Subject: Qmake: Show real effective make call on Make step - take 2 Include custom Makefile. Change-Id: Ibc6a341590f8b1ff0da2fa87f5e5bcd75182b6a7 Reviewed-by: Christian Kandeler --- src/plugins/remotelinux/makeinstallstep.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/remotelinux/makeinstallstep.cpp') diff --git a/src/plugins/remotelinux/makeinstallstep.cpp b/src/plugins/remotelinux/makeinstallstep.cpp index ccc19418fe..7ddb4c9083 100644 --- a/src/plugins/remotelinux/makeinstallstep.cpp +++ b/src/plugins/remotelinux/makeinstallstep.cpp @@ -214,7 +214,7 @@ void MakeInstallStep::updateFullCommandLine() // FIXME: Only executable? static_cast(aspect(FullCommandLineAspectId))->setValue( QDir::toNativeSeparators( - QtcProcess::quoteArg(effectiveMakeCommand().executable().toString())) + QtcProcess::quoteArg(makeExecutable().toString())) + ' ' + userArguments()); } -- cgit v1.2.1