forked from qt-creator/qt-creator
Introduce QmakeAndroidSupport plugin
Holds androd + qmake related classes Change-Id: Ib6bbc9c77a2b5f014573a1aa343dff5741abdb26 Reviewed-by: BogDan Vatra <bogdan@kde.org> Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -27,11 +27,6 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "androidpackageinstallationfactory.h"
|
||||
#include "androidqmakebuildconfigurationfactory.h"
|
||||
#include "qmakeandroidbuildapkstep.h"
|
||||
#include "qmakeandroidrunfactories.h"
|
||||
#include "qmakeandroidsupport.h"
|
||||
#include "qmakeprojectmanagerplugin.h"
|
||||
|
||||
#include "qmakeprojectmanager.h"
|
||||
@@ -138,7 +133,6 @@ bool QmakeProjectManagerPlugin::initialize(const QStringList &arguments, QString
|
||||
addAutoReleasedObject(new MakeStepFactory);
|
||||
|
||||
addAutoReleasedObject(new QmakeBuildConfigurationFactory);
|
||||
addAutoReleasedObject(new AndroidQmakeBuildConfigurationFactory);
|
||||
addAutoReleasedObject(new DesktopQmakeRunConfigurationFactory);
|
||||
|
||||
if (Utils::HostOsInfo::isMacHost())
|
||||
@@ -158,12 +152,6 @@ bool QmakeProjectManagerPlugin::initialize(const QStringList &arguments, QString
|
||||
hf->addMimeType(QmakeProjectManager::Constants::PROFEATUREFILE_MIMETYPE);
|
||||
addAutoReleasedObject(hf);
|
||||
|
||||
// Android stuff
|
||||
addAutoReleasedObject(new AndroidPackageInstallationFactory);
|
||||
addAutoReleasedObject(new QmakeAndroidBuildApkStepFactory);
|
||||
addAutoReleasedObject(new QmakeAndroidRunConfigurationFactory);
|
||||
addAutoReleasedObject(new QmakeAndroidSupport);
|
||||
|
||||
//menus
|
||||
Core::ActionContainer *mbuild =
|
||||
Core::ActionManager::actionContainer(ProjectExplorer::Constants::M_BUILDPROJECT);
|
||||
|
||||
Reference in New Issue
Block a user