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
45de01ee
Commit
45de01ee
authored
Sep 23, 2009
by
dt
Browse files
Remove wrong comment
parent
fba7d769
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/cmakeproject.cpp
View file @
45de01ee
...
...
@@ -133,7 +133,6 @@ void CMakeProject::updateToolChain(const QString &compiler)
newToolChain
=
ProjectExplorer
::
ToolChain
::
createGccToolChain
(
"gcc"
);
#endif
}
else
if
(
compiler
==
"msvc8"
)
{
// TODO MSVC toolchain
newToolChain
=
ProjectExplorer
::
ToolChain
::
createMSVCToolChain
(
value
(
activeBuildConfiguration
(),
"msvcVersion"
).
toString
(),
false
);
}
else
{
// TODO other toolchains
...
...
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