aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Hunger <[email protected]>2011-05-06 14:59:01 +0200
committerTobias Hunger <[email protected]>2011-05-06 15:16:57 +0200
commit73864ebefc3444dd4b4ab487362a6b8962f1a3ee (patch)
treedd650209265e8b90e80bb4ee185e11731c4141a2 /src
parent4f146f6587f3069135c08dd2deb68b477b4edad1 (diff)
Add missing headers to the project
Diffstat (limited to 'src')
-rw-r--r--src/plugins/analyzerbase/analyzerbase.pro1
-rw-r--r--src/plugins/callgrind/callgrind.pro1
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 \