forked from qt-creator/qt-creator
qmake error/warning parser has been improved
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
|
||||
#include <projectexplorer/ioutputparser.h>
|
||||
|
||||
#include <QtCore/QRegExp>
|
||||
|
||||
namespace Qt4ProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
@@ -42,6 +44,9 @@ class QMakeParser : public ProjectExplorer::IOutputParser
|
||||
public:
|
||||
QMakeParser();
|
||||
virtual void stdError(const QString &line);
|
||||
|
||||
private:
|
||||
QRegExp m_error;
|
||||
};
|
||||
|
||||
} // namesapce Internal
|
||||
|
||||
Reference in New Issue
Block a user