summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEl Mehdi Fekari <mfekari@blackberry.com>2014-10-17 11:09:01 +0200
committerMehdi Fekari <mfekari@gmail.com>2014-10-20 11:30:13 +0200
commita5cf632457c7263b193ce82c06bd212e37c5158e (patch)
tree935eb9b7cca0e418c01734547519386e46e65cbd
parent061392e08cb54324aaaa55999f1c8c2cb0673f67 (diff)
downloadqt-creator-a5cf632457c7263b193ce82c06bd212e37c5158e.tar.gz
Qnx: Fix the Id for the BlackBerry run configuration3.2
cherry-pick of 3043dc73beca574b83f2bce506a659d2dc1a437a Task-number: QTCREATORBUG-13108 Change-Id: Ia30bf3738ed85fd350a5f3821ec6b27f654b5dd2 Reviewed-by: Sergejs Kovrovs <kovrov@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
-rw-r--r--src/plugins/qnx/blackberryrunconfigurationfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qnx/blackberryrunconfigurationfactory.cpp b/src/plugins/qnx/blackberryrunconfigurationfactory.cpp
index 0b8212b2bd..d32db6c379 100644
--- a/src/plugins/qnx/blackberryrunconfigurationfactory.cpp
+++ b/src/plugins/qnx/blackberryrunconfigurationfactory.cpp
@@ -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);
}