forked from qt-creator/qt-creator
Change-Id: I458b635986a55003a1e7254e27e2df9667704273 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
17 lines
523 B
CMake
17 lines
523 B
CMake
add_qtc_plugin(Python
|
|
PLUGIN_DEPENDS Core LanguageClient ProjectExplorer TextEditor
|
|
SOURCES
|
|
python.qrc
|
|
pythoneditor.cpp pythoneditor.h
|
|
pythonconstants.h
|
|
pythonplugin.cpp pythonplugin.h
|
|
pythonformattoken.h
|
|
pythonhighlighter.cpp pythonhighlighter.h
|
|
pythonindenter.cpp pythonindenter.h
|
|
pythonproject.cpp pythonproject.h
|
|
pythonrunconfiguration.cpp pythonrunconfiguration.h
|
|
pythonsettings.cpp pythonsettings.h
|
|
pythonscanner.cpp pythonscanner.h
|
|
pythonutils.cpp pythonutils.h
|
|
)
|