[BlackBerry] Move NDK settings to its own category

Also rename the associated files accordingly.

Change-Id: Ibc0ca2c9840733968dafb6d790220d4d59f4a419
Reviewed-by: Mehdi Fekari <mfekari@rim.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Rafael Roquetto
2013-01-17 15:27:02 -02:00
committed by Tobias Hunger
parent 1860ace6b4
commit 5942b48e82
9 changed files with 54 additions and 50 deletions

View File

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