forked from qt-creator/qt-creator
Docker: Disable original development helper items
Proper Docker support will re-use the original build system's build and run configurations. Change-Id: I910512e4943bae90905f16607f9af0548c8078ba Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -45,19 +45,19 @@ namespace Internal {
|
|||||||
class DockerPluginPrivate
|
class DockerPluginPrivate
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
DockerSettings settings;
|
// DockerSettings settings;
|
||||||
DockerOptionsPage optionsPage{&settings};
|
// DockerOptionsPage optionsPage{&settings};
|
||||||
|
|
||||||
DockerDeviceFactory deviceFactory;
|
DockerDeviceFactory deviceFactory;
|
||||||
DockerContainerRunConfigurationFactory containerRunConfigFactory;
|
// DockerContainerRunConfigurationFactory containerRunConfigFactory;
|
||||||
|
|
||||||
RunWorkerFactory containerRunWorkerFactory{
|
// RunWorkerFactory containerRunWorkerFactory{
|
||||||
RunWorkerFactory::make<SimpleTargetRunner>(),
|
// RunWorkerFactory::make<SimpleTargetRunner>(),
|
||||||
{ProjectExplorer::Constants::NORMAL_RUN_MODE},
|
// {ProjectExplorer::Constants::NORMAL_RUN_MODE},
|
||||||
{containerRunConfigFactory.runConfigurationId()}
|
// {containerRunConfigFactory.runConfigurationId()}
|
||||||
};
|
// };
|
||||||
|
|
||||||
DockerBuildStepFactory buildStepFactory;
|
// DockerBuildStepFactory buildStepFactory;
|
||||||
};
|
};
|
||||||
|
|
||||||
DockerPlugin::~DockerPlugin()
|
DockerPlugin::~DockerPlugin()
|
||||||
|
Reference in New Issue
Block a user