Skip to content
Snippets Groups Projects
Commit 12064135 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

set output dir in evaluateFileInto()

that's consistent with qmake, but without practical relevance.
parent 4cd0281f
Branches
Tags
No related merge requests found
...@@ -3046,6 +3046,7 @@ bool ProFileEvaluator::Private::evaluateFileInto( ...@@ -3046,6 +3046,7 @@ bool ProFileEvaluator::Private::evaluateFileInto(
ProFileEvaluator visitor(m_option, m_parser, m_handler); ProFileEvaluator visitor(m_option, m_parser, m_handler);
visitor.d->m_cumulative = false; visitor.d->m_cumulative = false;
visitor.d->m_parsePreAndPostFiles = (mode == EvalWithSetup); visitor.d->m_parsePreAndPostFiles = (mode == EvalWithSetup);
visitor.d->m_outputDir = m_outputDir;
// visitor.d->m_valuemapStack.top() = *values; // visitor.d->m_valuemapStack.top() = *values;
if (funcs) if (funcs)
visitor.d->m_functionDefs = *funcs; visitor.d->m_functionDefs = *funcs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment