forked from qt-creator/qt-creator
The plugin does not only contain a pure editor, but all kind of support for a programming language like project and run support. Change-Id: I1251367c8db2e7a54986415ffc5b860cb210de3c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
QTC_PLUGIN_NAME = Python
|
|
QTC_LIB_DEPENDS += \
|
|
extensionsystem \
|
|
utils
|
|
QTC_PLUGIN_DEPENDS += \
|
|
coreplugin \
|
|
texteditor \
|
|
qtsupport \
|
|
projectexplorer
|