forked from qt-creator/qt-creator
Qmake: Show real effective make call on Make step - take 2
Include custom Makefile. Change-Id: Ibc6a341590f8b1ff0da2fa87f5e5bcd75182b6a7 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
92c067ba36
commit
d26140e7f1
@@ -946,7 +946,7 @@ MakeInstallCommand Project::makeInstallCommand(const Target *target, const QStri
|
||||
if (const BuildConfiguration * const bc = target->activeBuildConfiguration()) {
|
||||
if (const auto makeStep = bc->stepList(ProjectExplorer::Constants::BUILDSTEPS_BUILD)
|
||||
->firstOfType<MakeStep>()) {
|
||||
cmd.command = makeStep->effectiveMakeCommand().executable();
|
||||
cmd.command = makeStep->makeExecutable();
|
||||
}
|
||||
}
|
||||
cmd.arguments << "install" << ("INSTALL_ROOT=" + QDir::toNativeSeparators(installRoot));
|
||||
|
||||
Reference in New Issue
Block a user