Fix crash.

This commit is contained in:
dt
2009-09-01 17:27:53 +02:00
parent 3eb875cf97
commit acd090200a

View File

@@ -1197,7 +1197,7 @@ ProItem::ProItemReturn ProFileEvaluator::Private::visitBeginProFile(ProFile * pr
&m_option->base_valuemap, &m_option->base_functions)) {
errorMessage(format("Could not read qmake configuration file %1").arg(spec));
} else {
evaluateFileInto(qmake_cache, &m_option->base_valuemap, &m_option->base_functions);
evaluateFileInto(qmake_cache, &m_option->base_valuemap, 0);
}
}