aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/bookmarks/bookmarks.qbs
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2014-02-10 13:02:33 +0100
committerTobias Hunger <tobias.hunger@digia.com>2014-02-11 13:23:26 +0100
commit8c1c284789dd7d96b1efd162345c0a4c6ca62e1f (patch)
treec339e433b8c039dbc319cbd615e9d047958c7304 /src/plugins/bookmarks/bookmarks.qbs
parent62117ee21f4ba301709af8d250841dd522ff0c7f (diff)
Qbs/qmake: Fix dependencies of plugins
... based on output from dependencyinfo.py script Change-Id: I9532f6d259f15c16b62fae0ca18f8a8cad95bd11 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/bookmarks/bookmarks.qbs')
-rw-r--r--src/plugins/bookmarks/bookmarks.qbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/bookmarks/bookmarks.qbs b/src/plugins/bookmarks/bookmarks.qbs
index b92b06d072..b7c3549f61 100644
--- a/src/plugins/bookmarks/bookmarks.qbs
+++ b/src/plugins/bookmarks/bookmarks.qbs
@@ -6,6 +6,8 @@ QtcPlugin {
name: "Bookmarks"
Depends { name: "Qt.widgets" }
+ Depends { name: "Utils" }
+
Depends { name: "Core" }
Depends { name: "ProjectExplorer" }
Depends { name: "TextEditor" }