Python: add pyside build configuration

Task-number: QTCREATORBUG-27219
Change-Id: I19340c57789933c7104ec5d6fec628ed810c5f3e
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-03-30 14:42:33 +02:00
parent b0afd728d1
commit fbefd45b94
9 changed files with 250 additions and 19 deletions

View File

@@ -25,6 +25,7 @@
#include "pythonplugin.h"
#include "pysidebuildconfiguration.h"
#include "pythonconstants.h"
#include "pythoneditor.h"
#include "pythonlanguageclient.h"
@@ -61,6 +62,8 @@ public:
PythonEditorFactory editorFactory;
PythonOutputFormatterFactory outputFormatterFactory;
PythonRunConfigurationFactory runConfigFactory;
PySideBuildStepFactory buildStepFactory;
PySideBuildConfigurationFactory buildConfigFactory;
RunWorkerFactory runWorkerFactory{
RunWorkerFactory::make<SimpleTargetRunner>(),