forked from qt-creator/qt-creator
Always append cmake output
This commit is contained in:
@@ -497,6 +497,7 @@ static QColor mix_colors(QColor a, QColor b)
|
||||
void CMakeRunPage::cmakeReadyReadStandardOutput()
|
||||
{
|
||||
QTextCursor cursor(m_output->document());
|
||||
cursor.movePosition(QTextCursor::End);
|
||||
QTextCharFormat tf;
|
||||
|
||||
QFont font = m_output->font();
|
||||
|
||||
Reference in New Issue
Block a user