forked from qt-creator/qt-creator
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
|
|
QTC_PLUGIN_NAME = LanguageClient
|
||
|
|
|
||
|
|
QTC_LIB_DEPENDS += \
|
||
|
|
utils \
|
||
|
|
languageserverprotocol
|
||
|
|
|
||
|
|
QTC_PLUGIN_DEPENDS += \
|
||
|
|
coreplugin \
|
||
|
|
projectexplorer \
|
||
|
|
texteditor
|