diff --git a/src/plugins/qt4projectmanager/qt4nodes.cpp b/src/plugins/qt4projectmanager/qt4nodes.cpp index b7d255854b5..369e5454748 100644 --- a/src/plugins/qt4projectmanager/qt4nodes.cpp +++ b/src/plugins/qt4projectmanager/qt4nodes.cpp @@ -1744,7 +1744,8 @@ void Qt4ProFileNode::applyEvaluate(bool parseResult, bool async) // We use the cumulative parse so that we get the capabilities for symbian even if // a different target is selected and the capabilities are set in a symbian scope - newVarValues[SymbianCapabilities] = m_readerCumulative->values("TARGET.CAPABILITY"); + if (m_readerCumulative) + newVarValues[SymbianCapabilities] = m_readerCumulative->values("TARGET.CAPABILITY"); if (m_varValues != newVarValues) {