Files
qt-creator/src/plugins/python/python.qbs

27 lines
658 B
QML
Raw Normal View History

import qbs 1.0
QtcPlugin {
name: "Python"
Depends { name: "Qt.widgets" }
Depends { name: "Utils" }
Depends { name: "Core" }
Depends { name: "TextEditor" }
Depends { name: "QtSupport" }
Depends { name: "ProjectExplorer" }
Group {
name: "General"
files: [
"pythoneditor.cpp", "pythoneditor.h",
"pythonconstants.h",
"pythonplugin.cpp", "pythonplugin.h",
"pythonhighlighter.h", "pythonhighlighter.cpp",
"pythonindenter.cpp", "pythonindenter.h",
"pythonformattoken.h",
"pythonscanner.h", "pythonscanner.cpp",
]
}
}