aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/ldparser.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-03-02 14:34:06 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-03-02 14:02:25 +0000
commit5a75b87b37a89b8ebec7b5507239204b51fe1c03 (patch)
tree6826905cf63abd54b7f1f81f915961ef8367a304 /src/plugins/projectexplorer/ldparser.h
parent8b0a07f657246363af430beb357e4c4cd7086600 (diff)
OutputParser: Treat ranlib warnings as warnings
Task-number: QTCREATORBUG-13111 Change-Id: Ifead2f7fa8d00eb044894b6d9ef0e7626e13f867 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/projectexplorer/ldparser.h')
-rw-r--r--src/plugins/projectexplorer/ldparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/ldparser.h b/src/plugins/projectexplorer/ldparser.h
index 4c9b66f7cf0..04471a28720 100644
--- a/src/plugins/projectexplorer/ldparser.h
+++ b/src/plugins/projectexplorer/ldparser.h
@@ -46,6 +46,7 @@ public:
void stdError(const QString &line);
private:
+ QRegularExpression m_ranlib;
QRegularExpression m_regExpLinker;
QRegularExpression m_regExpGccNames;
};