forked from qt-creator/qt-creator
Change-Id: I13e8a458634110456375956d4d4da7239c86957f Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
QTC_PLUGIN_NAME = ClangCodeModel
|
|
QTC_LIB_DEPENDS += \
|
|
utils \
|
|
clangbackendipc
|
|
QTC_PLUGIN_DEPENDS += \
|
|
coreplugin \
|
|
cpptools \
|
|
texteditor
|
|
QTC_TEST_DEPENDS += \
|
|
cppeditor \
|
|
qmakeprojectmanager
|