forked from qt-creator/qt-creator
ProjectExplorer: Add perfprofiler run mode constant
This allows us to deal with perfprofiler run configurations without linking against perfprofiler. Change-Id: I72c5489115e53f7746e5174163ffc3b2e3bdf804 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -256,6 +256,7 @@ const char GENERATOR_ID_PREFIX[] = "PE.Wizard.Generator.";
|
|||||||
const char NO_RUN_MODE[]="RunConfiguration.NoRunMode";
|
const char NO_RUN_MODE[]="RunConfiguration.NoRunMode";
|
||||||
const char NORMAL_RUN_MODE[]="RunConfiguration.NormalRunMode";
|
const char NORMAL_RUN_MODE[]="RunConfiguration.NormalRunMode";
|
||||||
const char QML_PROFILER_RUN_MODE[]="RunConfiguration.QmlProfilerRunMode";
|
const char QML_PROFILER_RUN_MODE[]="RunConfiguration.QmlProfilerRunMode";
|
||||||
|
const char PERFPROFILER_RUN_MODE[]="PerfProfiler.RunMode";
|
||||||
const char DEBUG_RUN_MODE[]="RunConfiguration.DebugRunMode";
|
const char DEBUG_RUN_MODE[]="RunConfiguration.DebugRunMode";
|
||||||
const char DEBUG_RUN_MODE_WITH_BREAK_ON_MAIN[]="RunConfiguration.DebugRunModeWithBreakOnMain";
|
const char DEBUG_RUN_MODE_WITH_BREAK_ON_MAIN[]="RunConfiguration.DebugRunModeWithBreakOnMain";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user