forked from qt-creator/qt-creator
Qnx: Fix the Id for the BlackBerry run configuration
The id was broken in commit 204de740ec
Change-Id: Id5243632102f7d4ef5ac6532a036002361f26ccc
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
committed by
Mehdi Fekari
parent
922c330bcc
commit
3043dc73be
@@ -65,7 +65,7 @@ QList<Core::Id> BlackBerryRunConfigurationFactory::availableCreationIds(ProjectE
|
||||
QList<QmakeProjectManager::QmakeProFileNode *> nodes = qt4Project->applicationProFiles();
|
||||
if (mode == AutoCreate)
|
||||
nodes = QmakeProject::nodesWithQtcRunnable(nodes);
|
||||
return QmakeProject::idsForNodes(Core::Id(Constants::QNX_QNX_RUNCONFIGURATION_PREFIX),
|
||||
return QmakeProject::idsForNodes(Core::Id(Constants::QNX_BB_RUNCONFIGURATION_PREFIX),
|
||||
nodes);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user