diff options
author | Daniel Teske <[email protected]> | 2013-09-30 15:24:18 +0200 |
---|---|---|
committer | Daniel Teske <[email protected]> | 2013-10-01 12:44:39 +0200 |
commit | 4c4cceaa4996b25bd4880e974ba290b8460092f1 (patch) | |
tree | 526c2c9e0bdc50027db302a80388178c9f2f226c /src/plugins/android/androidplugin.cpp | |
parent | e4f762deec1387db7695eebfc4c7938bc3f36b39 (diff) |
Show potential kits in the targetsetuppage
Change-Id: I6569e3d53b78cdcdf8607a289b5be37447e0a03c
Reviewed-by: Daniel Teske <[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 41ebb561345..8017773e68d 100644 --- a/src/plugins/android/androidplugin.cpp +++ b/src/plugins/android/androidplugin.cpp @@ -45,6 +45,7 @@ #include "androiddeployconfiguration.h" #include "androidgdbserverkitinformation.h" #include "androidmanifesteditorfactory.h" +#include "androidpotentialkit.h" #ifdef HAVE_QBS # include "androidqbspropertyprovider.h" #endif @@ -81,6 +82,7 @@ bool AndroidPlugin::initialize(const QStringList &arguments, QString *errorMessa addAutoReleasedObject(new Internal::AndroidToolChainFactory); addAutoReleasedObject(new Internal::AndroidDeployConfigurationFactory); addAutoReleasedObject(new Internal::AndroidDeviceFactory); + addAutoReleasedObject(new Internal::AndroidPotentialKit); ProjectExplorer::KitManager::registerKitInformation(new Internal::AndroidGdbServerKitInformation); // AndroidManifest.xml editor |