forked from qt-creator/qt-creator
[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:
committed by
Tobias Hunger
parent
1860ace6b4
commit
5942b48e82
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user