forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.7' into 4.8
Conflicts: qbs/modules/qtc/qtc.qbs qtcreator.pri Change-Id: Ia1d6035a335fd56069ec8d6d106d58124ee8798d
This commit is contained in:
@@ -1610,12 +1610,12 @@ void SimpleTargetRunner::start()
|
||||
|
||||
connect(&m_launcher, &ApplicationLauncher::remoteStderr,
|
||||
this, [this](const QString &output) {
|
||||
appendMessage(output, Utils::StdErrFormatSameLine);
|
||||
appendMessage(output, Utils::StdErrFormatSameLine, false);
|
||||
});
|
||||
|
||||
connect(&m_launcher, &ApplicationLauncher::remoteStdout,
|
||||
this, [this](const QString &output) {
|
||||
appendMessage(output, Utils::StdOutFormatSameLine);
|
||||
appendMessage(output, Utils::StdOutFormatSameLine, false);
|
||||
});
|
||||
|
||||
connect(&m_launcher, &ApplicationLauncher::finished,
|
||||
|
||||
Reference in New Issue
Block a user