ProjectExplorer: Add ClangStaticAnalyzerMode RunMode

Change-Id: I08bc8d11d4085861a56fd52da344785120a78712
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Nikolai Kosjar
2014-10-02 15:11:23 +02:00
committed by hjk
parent 25be45a5aa
commit fdc903b332
4 changed files with 5 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ RunControl *QnxRunControlFactory::create(RunConfiguration *runConfig, RunMode mo
case NoRunMode:
case CallgrindRunMode:
case MemcheckRunMode:
case ClangStaticAnalyzerMode:
case DebugRunModeWithBreakOnMain:
QTC_ASSERT(false, return 0);
}