forked from qt-creator/qt-creator
Remove wrong comment
This commit is contained in:
@@ -133,7 +133,6 @@ void CMakeProject::updateToolChain(const QString &compiler)
|
|||||||
newToolChain = ProjectExplorer::ToolChain::createGccToolChain("gcc");
|
newToolChain = ProjectExplorer::ToolChain::createGccToolChain("gcc");
|
||||||
#endif
|
#endif
|
||||||
} else if (compiler == "msvc8") {
|
} else if (compiler == "msvc8") {
|
||||||
// TODO MSVC toolchain
|
|
||||||
newToolChain = ProjectExplorer::ToolChain::createMSVCToolChain(value(activeBuildConfiguration(), "msvcVersion").toString(), false);
|
newToolChain = ProjectExplorer::ToolChain::createMSVCToolChain(value(activeBuildConfiguration(), "msvcVersion").toString(), false);
|
||||||
} else {
|
} else {
|
||||||
// TODO other toolchains
|
// TODO other toolchains
|
||||||
|
|||||||
Reference in New Issue
Block a user