Skip to content
GitLab
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
2ac4f671
Commit
2ac4f671
authored
Mar 14, 2011
by
Tobias Hunger
Browse files
Gcc: Reset displayname after updating the target abi
parent
e0279c74
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/gcctoolchain.cpp
View file @
2ac4f671
...
...
@@ -528,6 +528,7 @@ QList<ToolChain *> Internal::GccToolChainFactory::autoDetectToolchains(const QSt
tc
->
setCompilerPath
(
compilerPath
);
tc
->
setDebuggerCommand
(
debuggerPath
);
tc
->
setTargetAbi
(
abi
);
tc
->
setDisplayName
(
tc
->
defaultDisplayName
());
// reset displayname
result
.
append
(
tc
.
take
());
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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