forked from qt-creator/qt-creator
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:
@@ -59,7 +59,6 @@ public:
|
|||||||
IosDeployConfigurationFactory()
|
IosDeployConfigurationFactory()
|
||||||
{
|
{
|
||||||
setConfigBaseId("Qt4ProjectManager.IosDeployConfiguration");
|
setConfigBaseId("Qt4ProjectManager.IosDeployConfiguration");
|
||||||
setSupportedProjectType(QmakeProjectManager::Constants::QMAKEPROJECT_ID);
|
|
||||||
addSupportedTargetDeviceType(Constants::IOS_DEVICE_TYPE);
|
addSupportedTargetDeviceType(Constants::IOS_DEVICE_TYPE);
|
||||||
addSupportedTargetDeviceType(Constants::IOS_SIMULATOR_TYPE);
|
addSupportedTargetDeviceType(Constants::IOS_SIMULATOR_TYPE);
|
||||||
setDefaultDisplayName(QCoreApplication::translate("Ios::Internal", "Deploy on iOS"));
|
setDefaultDisplayName(QCoreApplication::translate("Ios::Internal", "Deploy on iOS"));
|
||||||
|
Reference in New Issue
Block a user