2019-07-15 12:50:29 +02:00
|
|
|
add_qtc_plugin(Python
|
2020-09-21 19:39:24 +03:00
|
|
|
DEPENDS QmlJS
|
2019-07-24 10:19:19 +02:00
|
|
|
PLUGIN_DEPENDS Core LanguageClient ProjectExplorer TextEditor
|
2019-05-12 22:20:56 +02:00
|
|
|
SOURCES
|
2022-03-15 08:33:23 +01:00
|
|
|
pipsupport.cpp pipsupport.h
|
2019-07-05 09:40:31 +02:00
|
|
|
python.qrc
|
2019-07-15 12:50:29 +02:00
|
|
|
pythonconstants.h
|
2021-12-13 14:19:30 +01:00
|
|
|
pythoneditor.cpp pythoneditor.h
|
2019-05-12 22:20:56 +02:00
|
|
|
pythonformattoken.h
|
|
|
|
|
pythonhighlighter.cpp pythonhighlighter.h
|
|
|
|
|
pythonindenter.cpp pythonindenter.h
|
2021-12-13 14:19:30 +01:00
|
|
|
pythonlanguageclient.cpp pythonlanguageclient.h
|
|
|
|
|
pythonplugin.cpp pythonplugin.h
|
2019-07-22 14:39:01 +02:00
|
|
|
pythonproject.cpp pythonproject.h
|
|
|
|
|
pythonrunconfiguration.cpp pythonrunconfiguration.h
|
2019-05-12 22:20:56 +02:00
|
|
|
pythonscanner.cpp pythonscanner.h
|
2021-12-13 14:19:30 +01:00
|
|
|
pythonsettings.cpp pythonsettings.h
|
2019-10-01 13:16:17 +02:00
|
|
|
pythonutils.cpp pythonutils.h
|
2019-05-12 22:20:56 +02:00
|
|
|
)
|