blob: d25d5bcc4f456623ade9faab1c45284dd0775f08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
QTC_PLUGIN_NAME = FakeVim
QTC_LIB_DEPENDS += \
aggregation \
extensionsystem \
utils
QTC_PLUGIN_DEPENDS += \
coreplugin \
texteditor
QTC_TEST_DEPENDS += \
cppeditor \
cpptools
|