diff options
| author | Christian Kandeler <christian.kandeler@qt.io> | 2025-02-05 17:05:40 +0100 |
|---|---|---|
| committer | Christian Kandeler <christian.kandeler@qt.io> | 2025-02-11 12:02:15 +0000 |
| commit | 04f49e562ddf9a257c6c541416640e227d4e907d (patch) | |
| tree | 198f3f2caac1e22a1c8778833748221c03dca974 /src/plugins/python/pythonproject.cpp | |
| parent | bb247bd0ddabbefbaaeee5bbea5b6f768fcf64ef (diff) | |
ProjectExplorer: Switch BuildSystem to "per build config" approach
- Create BuildSystem object centrally in BuildConfiguration
- Remove fallback BuildSystem from Target
Change-Id: Iff808a1ea7798180f3675b91f18cb3c66e927b8f
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/python/pythonproject.cpp')
| -rw-r--r-- | src/plugins/python/pythonproject.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/python/pythonproject.cpp b/src/plugins/python/pythonproject.cpp index 98119528cf3..5006bd72fcb 100644 --- a/src/plugins/python/pythonproject.cpp +++ b/src/plugins/python/pythonproject.cpp @@ -25,6 +25,7 @@ PythonProject::PythonProject(const FilePath &fileName) setId(PythonProjectId); setProjectLanguages(Context(ProjectExplorer::Constants::PYTHON_LANGUAGE_ID)); setDisplayName(fileName.completeBaseName()); + setBuildSystemCreator<PythonBuildSystem>(); } Tasks PythonProject::projectIssues(const Kit *k) const |
