summaryrefslogtreecommitdiff
path: root/src/plugins/python/CMakeLists.txt
blob: 7ce8b21e06b4815584aff0b0c7f8f9bbe7dac5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
)