forked from qt-creator/qt-creator
QMakeProjectManager: Show full make command path
... including the bits referring to a device. Change-Id: I1043a1b64e04a0d8ace45c71edc324189e93ddb0 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -432,7 +432,7 @@ QString QMakeStep::effectiveQMakeCall() const
|
||||
QString qmake = qtVersion ? qtVersion->qmakeCommand().toUserOutput() : QString();
|
||||
if (qmake.isEmpty())
|
||||
qmake = tr("<no Qt version>");
|
||||
QString make = makeCommand().toString();
|
||||
QString make = makeCommand().toUserOutput();
|
||||
if (make.isEmpty())
|
||||
make = tr("<no Make step found>");
|
||||
|
||||
|
Reference in New Issue
Block a user