forked from qt-creator/qt-creator
Change-Id: If8ba7fc6e4edf1346e0636d0bbc78efb27cb433e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
QTC_PLUGIN_NAME = QbsProjectManager
|
|
# The Qbs libraries require special code and can not be covered here!
|
|
QTC_LIB_DEPENDS += \
|
|
extensionsystem \
|
|
qmljs
|
|
QTC_PLUGIN_DEPENDS += \
|
|
coreplugin \
|
|
projectexplorer \
|
|
cpptools \
|
|
qtsupport \
|
|
qmljstools
|