diff options
author | Daniel Teske <[email protected]> | 2013-09-17 18:24:57 +0200 |
---|---|---|
committer | Daniel Teske <[email protected]> | 2013-09-26 17:13:27 +0200 |
commit | 1262310798c699c13c2878c5eee66f94a6be8469 (patch) | |
tree | 18e7129681a0571dee91211e199669e50103c30c /src/plugins/android/androidplugin.cpp | |
parent | 455d597ac3cb6f1f6e1cc500c0a009df12cb4fcc (diff) |
Android: androiddeployqt support
Change-Id: I37d706b4e11c6e1353a8ee73378b7d080080678c
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
Diffstat (limited to 'src/plugins/android/androidplugin.cpp')
-rw-r--r-- | src/plugins/android/androidplugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp index 508b4ce93d6..41ebb561345 100644 --- a/src/plugins/android/androidplugin.cpp +++ b/src/plugins/android/androidplugin.cpp @@ -32,6 +32,7 @@ #include "androidconstants.h" #include "androidconfigurations.h" #include "androiddeploystepfactory.h" +#include "androiddeployqtstep.h" #include "androiddevice.h" #include "androiddevicefactory.h" #include "androidmanager.h" @@ -74,6 +75,7 @@ bool AndroidPlugin::initialize(const QStringList &arguments, QString *errorMessa addAutoReleasedObject(new Internal::AndroidPackageInstallationFactory); addAutoReleasedObject(new Internal::AndroidPackageCreationFactory); addAutoReleasedObject(new Internal::AndroidDeployStepFactory); + addAutoReleasedObject(new Internal::AndroidDeployQtStepFactory); addAutoReleasedObject(new Internal::AndroidSettingsPage); addAutoReleasedObject(new Internal::AndroidQtVersionFactory); addAutoReleasedObject(new Internal::AndroidToolChainFactory); |