aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt/winrtdeployconfiguration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/winrt/winrtdeployconfiguration.cpp')
-rw-r--r--src/plugins/winrt/winrtdeployconfiguration.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/plugins/winrt/winrtdeployconfiguration.cpp b/src/plugins/winrt/winrtdeployconfiguration.cpp
index e6eb9fd0da..f42d48c924 100644
--- a/src/plugins/winrt/winrtdeployconfiguration.cpp
+++ b/src/plugins/winrt/winrtdeployconfiguration.cpp
@@ -66,17 +66,5 @@ WinRtEmulatorDeployConfigurationFactory::WinRtEmulatorDeployConfigurationFactory
addInitialStep(Constants::WINRT_BUILD_STEP_DEPLOY);
}
-WinRtDeployStepFactory::WinRtDeployStepFactory()
-{
- registerStep<WinRtPackageDeploymentStep>(Constants::WINRT_BUILD_STEP_DEPLOY);
- setDisplayName(QCoreApplication::translate("WinRt::Internal::WinRtDeployStepFactory", "Run windeployqt"));
- setFlags(BuildStepInfo::Unclonable);
- setSupportedStepList(ProjectExplorer::Constants::BUILDSTEPS_DEPLOY);
- setSupportedDeviceTypes({Constants::WINRT_DEVICE_TYPE_LOCAL,
- Constants::WINRT_DEVICE_TYPE_EMULATOR,
- Constants::WINRT_DEVICE_TYPE_PHONE});
- setRepeatable(false);
-}
-
} // namespace Internal
} // namespace WinRt