aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor/CMakeLists.txt
blob: 2cd855ce7e0fa31c5d7fae9f9005145222af5337 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_qtc_plugin(PythonEditor
  PLUGIN_DEPENDS Core ProjectExplorer TextEditor
  SOURCES
    pythoneditor.cpp pythoneditor.h
    pythoneditorconstants.h
    pythoneditorplugin.cpp pythoneditorplugin.h
    pythonformattoken.h
    pythonhighlighter.cpp pythonhighlighter.h
    pythonindenter.cpp pythonindenter.h
    pythonscanner.cpp pythonscanner.h
)