diff options
author | Rafael Roquetto <rafael.roquetto.qnx@kdab.com> | 2013-01-17 16:06:13 -0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@digia.com> | 2013-02-14 16:38:06 +0100 |
commit | 41bdf34275145573957bdaeaeb5b6bab035b468c (patch) | |
tree | 8ca19c0ee6d3f358563747056e096de1e97e38d5 /src/plugins/qnx/qnxplugin.cpp | |
parent | 5686983e95e078f698f115481fab6b19678aab13 (diff) | |
download | qt-creator-41bdf34275145573957bdaeaeb5b6bab035b468c.tar.gz |
Initial implementation of BB key management
Change-Id: Iba9c264b6c5809a0714da69591248fc2962c6526
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/qnx/qnxplugin.cpp')
-rw-r--r-- | src/plugins/qnx/qnxplugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qnx/qnxplugin.cpp b/src/plugins/qnx/qnxplugin.cpp index 35b6155103..e329e3b7c0 100644 --- a/src/plugins/qnx/qnxplugin.cpp +++ b/src/plugins/qnx/qnxplugin.cpp @@ -48,6 +48,7 @@ #include "blackberryndksettingspage.h" #include "bardescriptoreditorfactory.h" #include "bardescriptormagicmatcher.h" +#include "blackberrykeyspage.h" #include <coreplugin/icore.h> #include <coreplugin/mimedatabase.h> @@ -78,6 +79,7 @@ bool QNXPlugin::initialize(const QStringList &arguments, QString *errorString) addAutoReleasedObject(new BlackBerryRunConfigurationFactory); addAutoReleasedObject(new BlackBerryRunControlFactory); addAutoReleasedObject(new BlackBerryNDKSettingsPage); + addAutoReleasedObject(new BlackBerryKeysPage); // Handles QNX addAutoReleasedObject(new QnxQtVersionFactory); |