summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/osparser.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-10-17 18:47:44 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-10-30 10:34:37 +0100
commitbcd704d7bf5a1daa3d0ad9574386c11981c409a2 (patch)
tree3e038e93e6bb4b95e91b6d297ccc72a26b2c1205 /src/plugins/projectexplorer/osparser.h
parent242b7bd209ccdfa77875607ee7c6a03bfbe2504e (diff)
downloadqt-creator-bcd704d7bf5a1daa3d0ad9574386c11981c409a2.tar.gz
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>
Diffstat (limited to 'src/plugins/projectexplorer/osparser.h')
-rw-r--r--src/plugins/projectexplorer/osparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/osparser.h b/src/plugins/projectexplorer/osparser.h
index ccc4364ca0..1ccbea39d8 100644
--- a/src/plugins/projectexplorer/osparser.h
+++ b/src/plugins/projectexplorer/osparser.h
@@ -38,7 +38,7 @@
namespace ProjectExplorer {
-class OsParser : public ProjectExplorer::IOutputParser
+class PROJECTEXPLORER_EXPORT OsParser : public ProjectExplorer::IOutputParser
{
Q_OBJECT