Android: Automatic Kit creation

If both qt versions and ndk path exist automatically create Kits

Change-Id: If7739e866eeda3df2982850ff8f8cf22ca8f22c0
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Daniel Teske
2013-02-14 15:51:59 +01:00
parent 2a4f73c7b9
commit 979815e675
11 changed files with 444 additions and 69 deletions

View File

@@ -82,6 +82,10 @@ void AndroidSettingsPage::apply()
else
ProjectExplorer::ToolChainManager::instance()->registerToolChain(tc);
}
// TODO deregister old automatic toolchains?
AndroidConfigurations::instance().updateAutomaticKitList();
}
void AndroidSettingsPage::finish()