2019-07-15 12:50:29 +02:00
|
|
|
add_qtc_plugin(Python
|
2019-07-24 10:19:19 +02:00
|
|
|
PLUGIN_DEPENDS Core LanguageClient ProjectExplorer TextEditor
|
2019-05-12 22:20:56 +02:00
|
|
|
SOURCES
|
2019-07-05 09:40:31 +02:00
|
|
|
python.qrc
|
2019-05-12 22:20:56 +02:00
|
|
|
pythoneditor.cpp pythoneditor.h
|
2019-07-15 12:50:29 +02:00
|
|
|
pythonconstants.h
|
|
|
|
|
pythonplugin.cpp pythonplugin.h
|
2019-05-12 22:20:56 +02:00
|
|
|
pythonformattoken.h
|
|
|
|
|
pythonhighlighter.cpp pythonhighlighter.h
|
|
|
|
|
pythonindenter.cpp pythonindenter.h
|
2019-07-22 14:39:01 +02:00
|
|
|
pythonproject.cpp pythonproject.h
|
|
|
|
|
pythonrunconfiguration.cpp pythonrunconfiguration.h
|
2019-07-05 09:40:31 +02:00
|
|
|
pythonsettings.cpp pythonsettings.h
|
2019-05-12 22:20:56 +02:00
|
|
|
pythonscanner.cpp pythonscanner.h
|
|
|
|
|
)
|