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
2ac4f671
Commit
2ac4f671
authored
Mar 14, 2011
by
Tobias Hunger
Browse files
Gcc: Reset displayname after updating the target abi
parent
e0279c74
Changes
1
Show 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
...
@@ -528,6 +528,7 @@ QList<ToolChain *> Internal::GccToolChainFactory::autoDetectToolchains(const QSt
tc
->
setCompilerPath
(
compilerPath
);
tc
->
setCompilerPath
(
compilerPath
);
tc
->
setDebuggerCommand
(
debuggerPath
);
tc
->
setDebuggerCommand
(
debuggerPath
);
tc
->
setTargetAbi
(
abi
);
tc
->
setTargetAbi
(
abi
);
tc
->
setDisplayName
(
tc
->
defaultDisplayName
());
// reset displayname
result
.
append
(
tc
.
take
());
result
.
append
(
tc
.
take
());
}
}
...
...
Write
Preview
Markdown
is supported
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