Fix crash.

(cherry picked from commit acd090200a)
This commit is contained in:
dt
2009-09-01 17:27:53 +02:00
committed by con
parent 5920ae02c1
commit 64d1155935

View File

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