diff options
author | Vikas Pachdha <[email protected]> | 2017-03-03 16:21:55 +0100 |
---|---|---|
committer | Vikas Pachdha <[email protected]> | 2017-03-14 17:16:11 +0000 |
commit | f80808f5e911d85912de997de3f03e3304e35159 (patch) | |
tree | dbb5ab2316e189034af34a47e1b7f798234bf29a /src/plugins/ios/iosplugin.cpp | |
parent | 7c95aedfd369f1fabc3a1195c51229ea4874c5b9 (diff) |
iOS: Let user specify developer team and provisioning profile
Task-number: QTCREATORBUG-16936
Change-Id: Ie4a91125f34fbf35cda4e1593919899af5f4cdbb
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/ios/iosplugin.cpp')
-rw-r--r-- | src/plugins/ios/iosplugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/ios/iosplugin.cpp b/src/plugins/ios/iosplugin.cpp index 761326ba05c..28e590167e0 100644 --- a/src/plugins/ios/iosplugin.cpp +++ b/src/plugins/ios/iosplugin.cpp @@ -25,6 +25,7 @@ #include "iosplugin.h" +#include "iosbuildconfiguration.h" #include "iosbuildstep.h" #include "iosconfigurations.h" #include "iosconstants.h" @@ -64,6 +65,7 @@ bool IosPlugin::initialize(const QStringList &arguments, QString *errorMessage) Internal::IosConfigurations::initialize(); + addAutoReleasedObject(new Internal::IosBuildConfigurationFactory); addAutoReleasedObject(new Internal::IosToolChainFactory); addAutoReleasedObject(new Internal::IosRunControlFactory); addAutoReleasedObject(new Internal::IosRunConfigurationFactory); |