summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-05-06 14:59:01 +0200
committerTobias Hunger <tobias.hunger@nokia.com>2011-05-06 15:16:57 +0200
commit73864ebefc3444dd4b4ab487362a6b8962f1a3ee (patch)
treedd650209265e8b90e80bb4ee185e11731c4141a2 /src
parent4f146f6587f3069135c08dd2deb68b477b4edad1 (diff)
downloadqt-creator-73864ebefc3444dd4b4ab487362a6b8962f1a3ee.tar.gz
Add missing headers to the project
Change-Id: I2909a4610afa074e7ace56406b176336b43f7b3f
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 e34290af95..9ce08493e0 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 c3fd62e347..6bbddf58b5 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 \