Python: extract PythonRunConfiguration and PythonProject

Change-Id: I4ff0f43fdb8beb9a7f2f7816197de0c796da8d89
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2019-07-22 14:39:01 +02:00
parent 358574f44d
commit a90c9c6409
8 changed files with 958 additions and 787 deletions

View File

@@ -14,14 +14,24 @@ QtcPlugin {
name: "General"
files: [
"python.qrc",
"pythoneditor.cpp", "pythoneditor.h",
"pythoneditor.cpp",
"pythoneditor.h",
"pythonconstants.h",
"pythonplugin.cpp", "pythonplugin.h",
"pythonhighlighter.h", "pythonhighlighter.cpp",
"pythonindenter.cpp", "pythonindenter.h",
"pythonplugin.cpp",
"pythonplugin.h",
"pythonhighlighter.h",
"pythonhighlighter.cpp",
"pythonindenter.cpp",
"pythonindenter.h",
"pythonformattoken.h",
"pythonscanner.h", "pythonscanner.cpp",
"pythonsettings.cpp", "pythonsettings.h",
"pythonproject.cpp",
"pythonproject.h",
"pythonrunconfiguration.cpp",
"pythonrunconfiguration.h",
"pythonscanner.h",
"pythonscanner.cpp",
"pythonsettings.cpp",
"pythonsettings.h",
]
}
}