From e6ff36bd44b641614810c1520a5f42cb83480bd8 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 29 Mar 2016 16:55:07 +0200 Subject: [PATCH] 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 --- src/plugins/projectexplorer/projectexplorerconstants.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/projectexplorer/projectexplorerconstants.h b/src/plugins/projectexplorer/projectexplorerconstants.h index 88e6c4d3a7e..740e8190250 100644 --- a/src/plugins/projectexplorer/projectexplorerconstants.h +++ b/src/plugins/projectexplorer/projectexplorerconstants.h @@ -256,6 +256,7 @@ const char GENERATOR_ID_PREFIX[] = "PE.Wizard.Generator."; const char NO_RUN_MODE[]="RunConfiguration.NoRunMode"; const char NORMAL_RUN_MODE[]="RunConfiguration.NormalRunMode"; 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_WITH_BREAK_ON_MAIN[]="RunConfiguration.DebugRunModeWithBreakOnMain";