qmake error/warning parser has been improved

This commit is contained in:
Pawel Polanski
2010-11-08 13:37:44 +01:00
parent b373da1b12
commit a6e1c200dd
3 changed files with 114 additions and 0 deletions

View File

@@ -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