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:
Christian Kandeler
2016-02-09 15:56:48 +01:00
parent c5f60bcc7c
commit eaabc26126
6 changed files with 168 additions and 1 deletions

View File

@@ -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: