forked from qt-creator/qt-creator
Show an info bar entry with a one click solution to setup a language server if the python which is most likely to be used for this file has an installed language server. Change-Id: Ia52bb043b543699527740951f68cc6be546833df Reviewed-by: Christian Stenger <christian.stenger@qt.io>
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
QTC_PLUGIN_NAME = Python
|
|
QTC_LIB_DEPENDS += \
|
|
extensionsystem \
|
|
utils
|
|
QTC_PLUGIN_DEPENDS += \
|
|
coreplugin \
|
|
languageclient \
|
|
projectexplorer \
|
|
texteditor
|