aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofiler.qbs
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-02-24 14:42:52 +0100
committerhjk <hjk@theqtcompany.com>2016-02-25 12:31:06 +0000
commitaaf05f5acd4d5b4fc67d7f27138e577b9b179dd0 (patch)
treef045465f999c432e679076de44850a844510b1f9 /src/plugins/qmlprofiler/qmlprofiler.qbs
parent40e7e2cc6e2a0f6186b2d5fa8946b9a2ce2afb92 (diff)
Move analyzerbase to debugger
This is the first mechanical step to execute on the 'shared pool of debugger/analyzer views' idea. Future steps would be providing infrastructure for the view pool, making all analyzer/debugger views use the pool and then re-extract a sensible base for a 'analyzer-and/or-debugger' tool plugin interface. Change-Id: I1bb392e6dd3084fc56937956bee1d6fd9530335d Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofiler.qbs')
-rw-r--r--src/plugins/qmlprofiler/qmlprofiler.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofiler.qbs b/src/plugins/qmlprofiler/qmlprofiler.qbs
index 9b4a935912..af55fab4fd 100644
--- a/src/plugins/qmlprofiler/qmlprofiler.qbs
+++ b/src/plugins/qmlprofiler/qmlprofiler.qbs
@@ -11,7 +11,7 @@ QtcPlugin {
Depends { name: "Timeline" }
Depends { name: "Core" }
- Depends { name: "AnalyzerBase" }
+ Depends { name: "Debugger" }
Depends { name: "ProjectExplorer" }
Depends { name: "QtSupport" }
Depends { name: "TextEditor" }