diff --git a/src/plugins/projectexplorer/qmakeparser.cpp b/src/plugins/projectexplorer/qmakeparser.cpp
index aaca5aa46bfb8ea76340c3421aab985537d5dc92..4425835f4e7c627a6cec0ccb5ff51b0902170159 100644
--- a/src/plugins/projectexplorer/qmakeparser.cpp
+++ b/src/plugins/projectexplorer/qmakeparser.cpp
@@ -44,6 +44,7 @@ QString QMakeParser::name() const
 
 void QMakeParser::stdOutput(const QString & line)
 {
+    Q_UNUSED(line)
 }
 
 void QMakeParser::stdError(const QString & line)