Export android specific settings to QBS

Change-Id: I3640272dc027047a1d27a2b55329c9f5093e8f1f
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
BogDan Vatra
2013-08-08 19:15:23 +03:00
parent 92a5402f65
commit 24b14fa2b4
9 changed files with 160 additions and 12 deletions

View File

@@ -44,6 +44,7 @@
#include "androiddeployconfiguration.h"
#include "androidgdbserverkitinformation.h"
#include "androidmanifesteditorfactory.h"
#include "androidqbspropertyprovider.h"
#include <coreplugin/mimedatabase.h>
#include <coreplugin/icore.h>
@@ -97,7 +98,7 @@ bool AndroidPlugin::initialize(const QStringList &arguments, QString *errorMessa
connect(ProjectExplorer::DeviceManager::instance(), SIGNAL(devicesLoaded()),
this, SLOT(updateDevice()));
addAutoReleasedObject(new Internal::AndroidQBSPropertyProvider);
return true;
}