Introduce command-line tool for parsing build output.

It makes the functionality of Qt Creator's build-related
output parsers available on the command-line.
Concrete use case: Run this on the build machines and put
the output in the emails sent to potential build breakers.

Change-Id: Iea6870ed976790854aecfe3cdc0d5b2296b6bced
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Christian Kandeler
2013-10-17 18:47:44 +02:00
parent 242b7bd209
commit bcd704d7bf
13 changed files with 322 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
namespace ProjectExplorer {
class ClangParser : public ProjectExplorer::GccParser
class PROJECTEXPLORER_EXPORT ClangParser : public ProjectExplorer::GccParser
{
Q_OBJECT