forked from qt-creator/qt-creator
QbsProjectManager: Re-introduce install step
... in a modified variant. The install root is now taken from the build step to ensure consistency. A dedicated deploy step can be useful on Windows if one wants to rebuild while the application is running. Task-number: QTCREATORBUG-17958 Change-Id: I93bc59b0e6d954d61d84bcfc81576cdb4fac1216 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "qbscleanstep.h"
|
||||
#include "qbsdeployconfigurationfactory.h"
|
||||
#include "qbsinfopage.h"
|
||||
#include "qbsinstallstep.h"
|
||||
#include "qbsnodes.h"
|
||||
#include "qbsprofilessettingspage.h"
|
||||
#include "qbsproject.h"
|
||||
@@ -98,6 +99,7 @@ bool QbsProjectManagerPlugin::initialize(const QStringList &arguments, QString *
|
||||
addAutoReleasedObject(new QbsBuildConfigurationFactory);
|
||||
addAutoReleasedObject(new QbsBuildStepFactory);
|
||||
addAutoReleasedObject(new QbsCleanStepFactory);
|
||||
addAutoReleasedObject(new QbsInstallStepFactory);
|
||||
addAutoReleasedObject(new QbsDeployConfigurationFactory);
|
||||
addAutoReleasedObject(new QbsRunConfigurationFactory);
|
||||
addAutoReleasedObject(new QbsProfilesSettingsPage);
|
||||
|
||||
Reference in New Issue
Block a user