summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/gnumakeparser.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2010-03-15 12:24:50 +0100
committerTobias Hunger <tobias.hunger@nokia.com>2010-03-15 12:28:06 +0100
commit9ccd2f15e09cf004631a4819bbcda92ac5ee2380 (patch)
tree68f0fcb98904d050afbbe320bf9f9bf4c07d7d05 /src/plugins/projectexplorer/gnumakeparser.h
parent54393f7e82ace83d2ee89453f7c3ca37cf98876c (diff)
downloadqt-creator-9ccd2f15e09cf004631a4819bbcda92ac5ee2380.tar.gz
Report errors in Makefiles in gnumakeparser
* Report errors in Makefiles * Skip all but the first fatal error
Diffstat (limited to 'src/plugins/projectexplorer/gnumakeparser.h')
-rw-r--r--src/plugins/projectexplorer/gnumakeparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/gnumakeparser.h b/src/plugins/projectexplorer/gnumakeparser.h
index 4333756223..a86bba8f8d 100644
--- a/src/plugins/projectexplorer/gnumakeparser.h
+++ b/src/plugins/projectexplorer/gnumakeparser.h
@@ -57,12 +57,14 @@ private:
QRegExp m_makeDir;
QRegExp m_makeLine;
+ QRegExp m_makefileError;
QStringList m_directories;
#if defined WITH_TESTS
friend class ProjectExplorerPlugin;
#endif
+ bool m_alreadyFatal;
};
} // namespace ProjectExplorer