forked from qt-creator/qt-creator
CMakePM: Add CMake warning parsing support
Previously the CMake warnings weren't displayed in Qt Creator's issues pane. Fixes: QTCREATORBUG-26231 Change-Id: I3e8e3dbfaed3649e99bbbc8f006093d7c81d2b8a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -57,6 +57,7 @@ private:
|
||||
ProjectExplorer::Task m_lastTask;
|
||||
QRegularExpression m_commonError;
|
||||
QRegularExpression m_nextSubError;
|
||||
QRegularExpression m_commonWarning;
|
||||
QRegularExpression m_locationLine;
|
||||
bool m_skippedFirstEmptyLine = false;
|
||||
int m_lines = 0;
|
||||
|
||||
Reference in New Issue
Block a user