diff options
-rw-r--r-- | src/plugins/analyzerbase/analyzerbase.pro | 1 | ||||
-rw-r--r-- | src/plugins/callgrind/callgrind.pro | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/analyzerbase/analyzerbase.pro b/src/plugins/analyzerbase/analyzerbase.pro index e34290af953..9ce08493e03 100644 --- a/src/plugins/analyzerbase/analyzerbase.pro +++ b/src/plugins/analyzerbase/analyzerbase.pro @@ -36,6 +36,7 @@ HEADERS += \ analyzerruncontrolfactory.h \ analyzermanager.h \ analyzersettings.h \ + analyzerstartparameters.h \ analyzeroptionspage.h \ analyzerrunconfigwidget.h \ analyzeroutputpane.h \ diff --git a/src/plugins/callgrind/callgrind.pro b/src/plugins/callgrind/callgrind.pro index c3fd62e3478..6bbddf58b55 100644 --- a/src/plugins/callgrind/callgrind.pro +++ b/src/plugins/callgrind/callgrind.pro @@ -12,6 +12,7 @@ HEADERS += \ callgrindplugin.h \ callgrind_global.h \ callgrindconfigwidget.h \ + callgrindconstants.h \ callgrindcostdelegate.h \ callgrindcostview.h \ callgrindhelper.h \ |