iOS: Do not restrict deploy step to qmake

It doesn't use any information from the qmake project manager, and works
for e.g. CMake as well.

Change-Id: If8348de45b9d5d2ce104ad6004c890508694db9d
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Eike Ziller
2021-01-29 18:03:06 +01:00
parent 495889cb8f
commit 59003d4123

View File

@@ -59,7 +59,6 @@ public:
IosDeployConfigurationFactory()
{
setConfigBaseId("Qt4ProjectManager.IosDeployConfiguration");
setSupportedProjectType(QmakeProjectManager::Constants::QMAKEPROJECT_ID);
addSupportedTargetDeviceType(Constants::IOS_DEVICE_TYPE);
addSupportedTargetDeviceType(Constants::IOS_SIMULATOR_TYPE);
setDefaultDisplayName(QCoreApplication::translate("Ios::Internal", "Deploy on iOS"));