forked from qt-creator/qt-creator
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:
@@ -1,7 +1,9 @@
|
||||
QTC_PLUGIN_NAME = CppTools
|
||||
QTC_LIB_DEPENDS += \
|
||||
languageutils \
|
||||
cplusplus
|
||||
aggregation \
|
||||
cplusplus \
|
||||
extensionsystem \
|
||||
utils
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
projectexplorer \
|
||||
|
||||
Reference in New Issue
Block a user