forked from qt-creator/qt-creator
Python: make interpreter configurable
Add settings page to setup python interpreter and use a combo box in the run configuration to switch between those configured interpreter. Change-Id: I51014b785ea822ee138d39c788149f1d22901e55 Reviewed-by: Christian Stenger <christian.stenger@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -14,6 +14,7 @@ QtcPlugin {
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
"python.qrc",
|
||||
"pythoneditor.cpp", "pythoneditor.h",
|
||||
"pythonconstants.h",
|
||||
"pythonplugin.cpp", "pythonplugin.h",
|
||||
@@ -21,6 +22,7 @@ QtcPlugin {
|
||||
"pythonindenter.cpp", "pythonindenter.h",
|
||||
"pythonformattoken.h",
|
||||
"pythonscanner.h", "pythonscanner.cpp",
|
||||
"pythonsettings.cpp", "pythonsettings.h",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user