aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofiler.qbs
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-07-18 11:19:00 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-07-20 08:55:28 +0000
commit392955488c253c99bc67b3eaba991002ba6bbdf2 (patch)
treead0408110425e79f136436fd8a57846024f43bf2 /src/plugins/qmlprofiler/qmlprofiler.qbs
parent97a465ae18defedaa7ac1fcb4ab3212ece136170 (diff)
Move flame graph view from QmlProfiler to separate library
We want to use it for other profilers, too. Change-Id: Ice4bd7fdfce6e0153d62a7c9a83dc7de6d5cba30 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofiler.qbs')
-rw-r--r--src/plugins/qmlprofiler/qmlprofiler.qbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofiler.qbs b/src/plugins/qmlprofiler/qmlprofiler.qbs
index d923983c36..c870d3096f 100644
--- a/src/plugins/qmlprofiler/qmlprofiler.qbs
+++ b/src/plugins/qmlprofiler/qmlprofiler.qbs
@@ -4,6 +4,8 @@ QtcPlugin {
name: "QmlProfiler"
Depends { name: "Qt"; submodules: ["widgets", "network", "quick", "quickwidgets"] }
+
+ Depends { name: "FlameGraph" }
Depends { name: "QmlJS" }
Depends { name: "QmlDebug" }
Depends { name: "Utils" }
@@ -19,7 +21,6 @@ QtcPlugin {
name: "General"
files: [
"debugmessagesmodel.cpp", "debugmessagesmodel.h",
- "flamegraph.cpp", "flamegraph.h",
"flamegraphmodel.cpp", "flamegraphmodel.h",
"flamegraphview.cpp", "flamegraphview.h",
"inputeventsmodel.cpp", "inputeventsmodel.h",
@@ -77,7 +78,6 @@ QtcPlugin {
prefix: "tests/"
files: [
"debugmessagesmodel_test.cpp", "debugmessagesmodel_test.h",
- "flamegraph_test.cpp", "flamegraph_test.h",
"flamegraphmodel_test.cpp", "flamegraphmodel_test.h",
"flamegraphview_test.cpp", "flamegraphview_test.h",
"inputeventsmodel_test.cpp", "inputeventsmodel_test.h",