Qnx: Fix the Id for the BlackBerry run configuration

cherry-pick of 3043dc73be

Task-number: QTCREATORBUG-13108
Change-Id: Ia30bf3738ed85fd350a5f3821ec6b27f654b5dd2
Reviewed-by: Sergejs Kovrovs <kovrov@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
El Mehdi Fekari
2014-10-17 11:09:01 +02:00
committed by Mehdi Fekari
parent 061392e08c
commit a5cf632457

View File

@@ -66,7 +66,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);
}