forked from qt-creator/qt-creator
Qbs: Add QbsDeployConfigurationFactory
Add QbsDeployConfigurationFactory and mark the QbsProject to not work with the default deployment for Desktop projects. Change-Id: I9230d5017b475d53cf13e86b4a073c248fedfaf0 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "qbsbuildconfiguration.h"
|
||||
#include "qbsbuildstep.h"
|
||||
#include "qbscleanstep.h"
|
||||
#include "qbsdeployconfigurationfactory.h"
|
||||
#include "qbsinstallstep.h"
|
||||
#include "qbsproject.h"
|
||||
#include "qbsprojectmanager.h"
|
||||
@@ -83,6 +84,7 @@ bool QbsProjectManagerPlugin::initialize(const QStringList &arguments, QString *
|
||||
addAutoReleasedObject(new QbsBuildStepFactory);
|
||||
addAutoReleasedObject(new QbsCleanStepFactory);
|
||||
addAutoReleasedObject(new QbsInstallStepFactory);
|
||||
addAutoReleasedObject(new QbsDeployConfigurationFactory);
|
||||
|
||||
//menus
|
||||
// Build Menu:
|
||||
|
||||
Reference in New Issue
Block a user