diff options
author | BogDan Vatra <[email protected]> | 2014-05-07 15:03:43 +0300 |
---|---|---|
committer | Daniel Teske <[email protected]> | 2014-07-21 12:40:55 +0200 |
commit | 381b04fa04140b859d6e7e8cb8dfa4dd892421f0 (patch) | |
tree | 5dba5d4463898ce4afbcdf3139f6678e79260a8a /src/plugins/android/androidplugin.cpp | |
parent | c4451570e7de9bdd6bb57447ef22ea86f523ac00 (diff) |
Android: Remove Necessitas support
Change-Id: I082acfad3b20d5e096fbb2ca3db775bb527eaf7a
Reviewed-by: BogDan Vatra <[email protected]>
Diffstat (limited to 'src/plugins/android/androidplugin.cpp')
-rw-r--r-- | src/plugins/android/androidplugin.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp index d4a78611259..8f370a2ae5d 100644 --- a/src/plugins/android/androidplugin.cpp +++ b/src/plugins/android/androidplugin.cpp @@ -31,12 +31,10 @@ #include "androidconstants.h" #include "androidconfigurations.h" -#include "androiddeploystepfactory.h" #include "androiddeployqtstep.h" #include "androiddevice.h" #include "androiddevicefactory.h" #include "androidmanager.h" -#include "androidpackagecreationfactory.h" #include "androidpackageinstallationfactory.h" #include "androidrunfactories.h" #include "androidsettingspage.h" @@ -77,8 +75,6 @@ bool AndroidPlugin::initialize(const QStringList &arguments, QString *errorMessa addAutoReleasedObject(new Internal::AndroidRunControlFactory); addAutoReleasedObject(new Internal::AndroidRunConfigurationFactory); addAutoReleasedObject(new Internal::AndroidPackageInstallationFactory); - addAutoReleasedObject(new Internal::AndroidPackageCreationFactory); - addAutoReleasedObject(new Internal::AndroidDeployStepFactory); addAutoReleasedObject(new Internal::AndroidDeployQtStepFactory); addAutoReleasedObject(new Internal::AndroidSettingsPage); addAutoReleasedObject(new Internal::AndroidQtVersionFactory); |