aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/qmlprofiler/qmlprofiler.qbs
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-12-11 11:09:10 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-06 14:20:42 +0000
commitb85598ecd3c2d39e6a0f4bdf88eb6a1a186a19de (patch)
treec4d60682a50bc08dce625825c075c4fb15ba3232 /plugins/qmlprofiler/qmlprofiler.qbs
parenta2bffbefb38a73b5c6968928fadaa93a5b58612e (diff)
Add flamegraph model
Change-Id: I0c5b837dd649f95495ef2ef36523d455a59103f4 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'plugins/qmlprofiler/qmlprofiler.qbs')
-rw-r--r--plugins/qmlprofiler/qmlprofiler.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/qmlprofiler/qmlprofiler.qbs b/plugins/qmlprofiler/qmlprofiler.qbs
index 8c16895a72..223698bbf3 100644
--- a/plugins/qmlprofiler/qmlprofiler.qbs
+++ b/plugins/qmlprofiler/qmlprofiler.qbs
@@ -12,6 +12,8 @@ QtcCommercialPlugin {
files: [
"debugmessagesmodel.cpp",
"debugmessagesmodel.h",
+ "flamegraphmodel.cpp",
+ "flamegraphmodel.h",
"inputeventsmodel.cpp",
"inputeventsmodel.h",
"memoryusagemodel.cpp",