forked from qt-creator/qt-creator
QbsProjectManager: Add widget for setting the install root
... in the build settings. This makes it much easier for users to properly set the installation directory. In turn, remove the dedicated install step, which does not know about qbs.installRoot and has not had sensible functionality ever since that property was introduced. Task-number: QTCREATORBUG-17198 Change-Id: Id968672f4365e75da437f73ec15bb5e32599bda3 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
#include "qbscleanstep.h"
|
||||
#include "qbsdeployconfigurationfactory.h"
|
||||
#include "qbsinfopage.h"
|
||||
#include "qbsinstallstep.h"
|
||||
#include "qbsnodes.h"
|
||||
#include "qbsprofilessettingspage.h"
|
||||
#include "qbsproject.h"
|
||||
@@ -101,7 +100,6 @@ 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