aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditor.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/cppeditor/cppeditor.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/cppeditor/cppeditor.qbs')
-rw-r--r--src/plugins/cppeditor/cppeditor.qbs6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppeditor.qbs b/src/plugins/cppeditor/cppeditor.qbs
index 8ddad62eee..2319e75be4 100644
--- a/src/plugins/cppeditor/cppeditor.qbs
+++ b/src/plugins/cppeditor/cppeditor.qbs
@@ -7,11 +7,15 @@ QtcPlugin {
name: "CppEditor"
Depends { name: "Qt.widgets" }
+ Depends { name: "Aggregation" }
+ Depends { name: "CPlusPlus" }
+ Depends { name: "Utils" }
+
Depends { name: "Core" }
Depends { name: "CppTools" }
- Depends { name: "CPlusPlus" }
Depends { name: "TextEditor" }
Depends { name: "ProjectExplorer" }
+
Depends { name: "app_version_header" }
files: [