diff options
author | Tobias Hunger <[email protected]> | 2011-05-06 14:59:01 +0200 |
---|---|---|
committer | Tobias Hunger <[email protected]> | 2011-05-06 15:16:57 +0200 |
commit | 73864ebefc3444dd4b4ab487362a6b8962f1a3ee (patch) | |
tree | dd650209265e8b90e80bb4ee185e11731c4141a2 /src | |
parent | 4f146f6587f3069135c08dd2deb68b477b4edad1 (diff) |
Add missing headers to the project
Change-Id: I2909a4610afa074e7ace56406b176336b43f7b3f
Diffstat (limited to 'src')
-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 \ |