forked from qt-creator/qt-creator
Qnx: Add device runtime check to build steps
Extend the previous "debug token check" build step to a more generic "device status step" build step that can check both debug token and device runtime. Task-number: QTCREATORBUG-9709 Change-Id: I50fd3eb88b692678af6f0204455165e2cdcf41b2 Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
This commit is contained in:
committed by
Mehdi Fekari
parent
a8ea31bf09
commit
81a3ac3a10
@@ -49,7 +49,7 @@
|
||||
#include "bardescriptoreditorfactory.h"
|
||||
#include "bardescriptormagicmatcher.h"
|
||||
#include "blackberrykeyspage.h"
|
||||
#include "blackberrycheckdebugtokenstepfactory.h"
|
||||
#include "blackberrycheckdevicestatusstepfactory.h"
|
||||
#include "blackberrydeviceconnectionmanager.h"
|
||||
#include "blackberryconfigurationmanager.h"
|
||||
#include "blackberryconfiguration.h"
|
||||
@@ -91,7 +91,7 @@ bool QNXPlugin::initialize(const QStringList &arguments, QString *errorString)
|
||||
addAutoReleasedObject(new BlackBerryRunControlFactory);
|
||||
addAutoReleasedObject(new BlackBerryNDKSettingsPage);
|
||||
addAutoReleasedObject(new BlackBerryKeysPage);
|
||||
addAutoReleasedObject(new BlackBerryCheckDebugTokenStepFactory);
|
||||
addAutoReleasedObject(new BlackBerryCheckDeviceStatusStepFactory);
|
||||
addAutoReleasedObject(new CascadesImportWizard);
|
||||
BlackBerryDeviceConnectionManager::instance()->initialize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user