Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
12064135
Commit
12064135
authored
Jun 24, 2010
by
Oswald Buddenhagen
Browse files
set output dir in evaluateFileInto()
that's consistent with qmake, but without practical relevance.
parent
4cd0281f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/proparser/profileevaluator.cpp
View file @
12064135
...
...
@@ -3046,6 +3046,7 @@ bool ProFileEvaluator::Private::evaluateFileInto(
ProFileEvaluator
visitor
(
m_option
,
m_parser
,
m_handler
);
visitor
.
d
->
m_cumulative
=
false
;
visitor
.
d
->
m_parsePreAndPostFiles
=
(
mode
==
EvalWithSetup
);
visitor
.
d
->
m_outputDir
=
m_outputDir
;
// visitor.d->m_valuemapStack.top() = *values;
if
(
funcs
)
visitor
.
d
->
m_functionDefs
=
*
funcs
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment