aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androidplugin.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2018-07-02 18:40:29 +0200
committerhjk <[email protected]>2018-07-11 07:45:13 +0000
commit6aeb06c8d3889e03180d73db0a472ff619da887f (patch)
tree42d8ba0df86ea6e2b210f2f155b1f733603fa921 /src/plugins/android/androidplugin.cpp
parent5807cea413ff061d825f1cdeb7faa72ea851aeeb (diff)
Android: Move CreateAndroidManifestWizard and related build step to base
It does not directly depend on qmake anymore. Change-Id: I3b9625e54d98c79ef137059cf4554b3f2807e88e Reviewed-by: Vikas Pachdha <[email protected]>
Diffstat (limited to 'src/plugins/android/androidplugin.cpp')
-rw-r--r--src/plugins/android/androidplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androidplugin.cpp b/src/plugins/android/androidplugin.cpp
index e58fd38bde7..eeee7546057 100644
--- a/src/plugins/android/androidplugin.cpp
+++ b/src/plugins/android/androidplugin.cpp
@@ -92,6 +92,7 @@ public:
AndroidPackageInstallationFactory packackeInstallationFactory;
AndroidManifestEditorFactory manifestEditorFactory;
AndroidRunConfigurationFactory runConfigFactory;
+ AndroidBuildApkStepFactory buildApkStepFactory;
};
AndroidPlugin::~AndroidPlugin()