Android Manifest Editor: Add support for minimum and target sdk settings

Task-number: QTCREATORBUG-9692

Change-Id: Ide85392d86e7f3df4df9644f01d186ed939f5124
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
This commit is contained in:
Daniel Teske
2013-08-14 13:39:45 +02:00
parent 211e56b5b7
commit 3c2facab5f
4 changed files with 187 additions and 0 deletions

View File

@@ -95,6 +95,9 @@ public:
static QString loadLocalBundledFiles(ProjectExplorer::Target *target, int apiLevel = -1);
static QString loadLocalJarsInitClasses(ProjectExplorer::Target *target, int apiLevel = -1);
static QPair<int, int> apiLevelRange(ProjectExplorer::Target *target);
static QString androidNameForApiLevel(int x);
class Library
{
public: