aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/pythoneditor/CMakeLists.txt
blob: 1f0022ca1561ed522f59d6380cc63aa306056c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
add_qtc_plugin(PythonEditor
  PLUGIN_DEPENDS Core QtSupport 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
)