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
acd09020
Commit
acd09020
authored
Sep 01, 2009
by
dt
Browse files
Fix crash.
parent
3eb875cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/proparser/profileevaluator.cpp
View file @
acd09020
...
...
@@ -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
);
}
}
...
...
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