Files
qt-creator/src/plugins/python/CMakeLists.txt

14 lines
380 B
CMake
Raw Normal View History

add_qtc_plugin(Python
PLUGIN_DEPENDS Core 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
pythonsettings.cpp pythonsettings.h
pythonscanner.cpp pythonscanner.h
)