Linux icc parser

Reviewed-By: hunger
This commit is contained in:
dt
2010-04-09 18:43:05 +02:00
parent db0bf8f30e
commit 3de0668894
11 changed files with 289 additions and 12 deletions

View File

@@ -142,6 +142,7 @@ bool Qt4RunConfiguration::isEnabled(ProjectExplorer::BuildConfiguration *configu
case ToolChain::GCC: case ToolChain::MinGW:
case ToolChain::GCCE_GNUPOC: case ToolChain::RVCT_ARMV5_GNUPOC:
case ToolChain::OTHER: case ToolChain::UNKNOWN:
case ToolChain::LINUX_ICC:
case ToolChain::INVALID:
enabled = true;
break;