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>
This commit is contained in:
Tobias Hunger
2014-02-10 13:02:33 +01:00
parent 62117ee21f
commit 8c1c284789
93 changed files with 303 additions and 86 deletions

View File

@@ -1,7 +1,9 @@
QTC_PLUGIN_NAME = CppTools
QTC_LIB_DEPENDS += \
languageutils \
cplusplus
aggregation \
cplusplus \
extensionsystem \
utils
QTC_PLUGIN_DEPENDS += \
coreplugin \
projectexplorer \