forked from qt-creator/qt-creator
QNX: Remove the image wizard extension for BlackBerry wizards
The icon and splashscreens are easier to configure now, with the bar descriptor editor in place. Change-Id: Ieaf48a5eef880c709d77af8bfc7b9e3d467c0e1e Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
committed by
Nicolas Arnaud-Cormos
parent
39e15a0efe
commit
8ea3c5a413
@@ -45,7 +45,6 @@
|
||||
#include "qnxdeployconfigurationfactory.h"
|
||||
#include "qnxrunconfigurationfactory.h"
|
||||
#include "qnxqtversionfactory.h"
|
||||
#include "blackberrywizardextension.h"
|
||||
#include "blackberryndksettingspage.h"
|
||||
#include "bardescriptoreditorfactory.h"
|
||||
#include "bardescriptormagicmatcher.h"
|
||||
@@ -78,7 +77,6 @@ bool QNXPlugin::initialize(const QStringList &arguments, QString *errorString)
|
||||
addAutoReleasedObject(new BlackBerryDeployStepFactory);
|
||||
addAutoReleasedObject(new BlackBerryRunConfigurationFactory);
|
||||
addAutoReleasedObject(new BlackBerryRunControlFactory);
|
||||
addAutoReleasedObject(new BlackBerryWizardExtension);
|
||||
addAutoReleasedObject(new BlackBerryNDKSettingsPage);
|
||||
|
||||
// Handles QNX
|
||||
|
||||
Reference in New Issue
Block a user