forked from qt-creator/qt-creator
QbsProjectManager: Display qbs version in settings page.
Task-number: QBS-855 Change-Id: I2f9c5536a79a8a5564daeca869c1d7951732658c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include "qbsbuildstep.h"
|
||||
#include "qbscleanstep.h"
|
||||
#include "qbsdeployconfigurationfactory.h"
|
||||
#include "qbsinfopage.h"
|
||||
#include "qbsinstallstep.h"
|
||||
#include "qbsnodes.h"
|
||||
#include "qbsprofilessettingspage.h"
|
||||
@@ -104,6 +105,7 @@ bool QbsProjectManagerPlugin::initialize(const QStringList &arguments, QString *
|
||||
addAutoReleasedObject(new QbsDeployConfigurationFactory);
|
||||
addAutoReleasedObject(new QbsRunConfigurationFactory);
|
||||
addAutoReleasedObject(new QbsProfilesSettingsPage);
|
||||
addAutoReleasedObject(new QbsInfoPage);
|
||||
|
||||
//menus
|
||||
// Build Menu:
|
||||
|
||||
Reference in New Issue
Block a user