forked from qt-creator/qt-creator
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:
committed by
Tobias Hunger
parent
f3b353545a
commit
37527b559c
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user