aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python/pythonproject.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2025-11-03 17:36:58 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2025-11-05 08:35:16 +0000
commit808435a6f748c6c72d3ab03b08ddd4fcac64321c (patch)
tree87fea8f928fb22bcfcdc151ce927974e3922fed6 /src/plugins/python/pythonproject.cpp
parent98e25f3861098789cbed44f28c524f1af749964c (diff)
Project management: Attach build system name to BuildSystem classes
Change-Id: I1b0b998fae7ce4ea5588c4d32a317dac7fe442b5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/python/pythonproject.cpp')
-rw-r--r--src/plugins/python/pythonproject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonproject.cpp b/src/plugins/python/pythonproject.cpp
index 8cbfbc192bf..c1600c0d59b 100644
--- a/src/plugins/python/pythonproject.cpp
+++ b/src/plugins/python/pythonproject.cpp
@@ -23,7 +23,7 @@ PythonProject::PythonProject(const FilePath &fileName)
setType(PythonProjectId);
setProjectLanguages(Context(ProjectExplorer::Constants::PYTHON_LANGUAGE_ID));
setDisplayName(fileName.completeBaseName());
- setBuildSystemCreator<PythonBuildSystem>("python");
+ setBuildSystemCreator<PythonBuildSystem>();
}
PythonProjectNode::PythonProjectNode(const FilePath &path)