files include()d into a "namespace" are not real includes

This commit is contained in:
Oswald Buddenhagen
2010-06-23 10:57:38 +02:00
parent f692d5056f
commit e876be997b

View File

@@ -2659,7 +2659,7 @@ ProFileEvaluator::Private::VisitReturn ProFileEvaluator::Private::evaluateCondit
ok = evaluateFile(fn, ProFileEvaluatorHandler::EvalIncludeFile);
} else {
QHash<ProString, ProStringList> symbols;
if ((ok = evaluateFileInto(fn, ProFileEvaluatorHandler::EvalIncludeFile, &symbols, 0))) {
if ((ok = evaluateFileInto(fn, ProFileEvaluatorHandler::EvalAuxFile, &symbols, 0))) {
QHash<ProString, ProStringList> newMap;
for (QHash<ProString, ProStringList>::ConstIterator
it = m_valuemapStack.top().constBegin(),