Qnx: Add a BlackBerry setup page to setup the plugin

Change-Id: I7a15f29d1b0d25f41c8bec7c907da7c60d59dcc1
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Mehdi Fekari
2013-01-09 09:23:37 -05:00
committed by Tobias Hunger
parent f3b353545a
commit 37527b559c
16 changed files with 1051 additions and 150 deletions

View File

@@ -46,6 +46,7 @@
#include "qnxrunconfigurationfactory.h"
#include "qnxqtversionfactory.h"
#include "blackberrywizardextension.h"
#include "blackberrysettingspage.h"
#include <QtPlugin>
@@ -73,6 +74,7 @@ bool QNXPlugin::initialize(const QStringList &arguments, QString *errorString)
addAutoReleasedObject(new BlackBerryRunConfigurationFactory);
addAutoReleasedObject(new BlackBerryRunControlFactory);
addAutoReleasedObject(new BlackBerryWizardExtension);
addAutoReleasedObject(new BlackBerrySettingsPage);
// Handles QNX
addAutoReleasedObject(new QnxQtVersionFactory);