summaryrefslogtreecommitdiff
path: root/src/plugins/qnx/qnxconstants.h
diff options
context:
space:
mode:
authorEl Mehdi Fekari <mfekari@blackberry.com>2013-11-12 15:56:27 +0100
committerMehdi Fekari <mfekari@blackberry.com>2013-11-20 17:21:24 +0100
commit27f3702f5675764ec1a90ba207ff46b66dd3e533 (patch)
tree5293a2f86f8b157f2361e73ec7667e6b69cb719e /src/plugins/qnx/qnxconstants.h
parentb20ed0a0f3855336407dfa5d8a1f782ed0bbfbe0 (diff)
downloadqt-creator-27f3702f5675764ec1a90ba207ff46b66dd3e533.tar.gz
Qnx: Add a build step for checking the device's debug token
This patch replaces the development mode check build step by a debug token check which privdes more explicit error message if the device's debug token is not valid. Task-number: QTCREATORBUG-9673 Task-number: QTCREATORBUG-9001 Change-Id: I0a6148cc533156f3bfd6acbeb4abec2713b37b3c Reviewed-by: Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'src/plugins/qnx/qnxconstants.h')
-rw-r--r--src/plugins/qnx/qnxconstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qnx/qnxconstants.h b/src/plugins/qnx/qnxconstants.h
index 726657f748..c5c278eddd 100644
--- a/src/plugins/qnx/qnxconstants.h
+++ b/src/plugins/qnx/qnxconstants.h
@@ -69,7 +69,7 @@ const char QNX_QNX_RUNCONFIGURATION_PREFIX[] = "Qt4ProjectManager.QNX.QNXRunConf
const char QNX_CREATE_PACKAGE_BS_ID[] = "Qt4ProjectManager.QnxCreatePackageBuildStep";
const char QNX_DEPLOY_PACKAGE_BS_ID[] = "Qt4ProjectManager.QnxDeployPackageBuildStep";
-const char QNX_CHECK_DEVELOPMENT_MODE_BS_ID[] = "Qt4ProjectManager.QnxCheckDevelopmentModeBuildStep";
+const char QNX_CHECK_DEBUG_TOKEN_BS_ID[] = "Qt4ProjectManager.QnxCheckDebugTokenBuildStep";
const char QNX_PROFILEPATH_KEY[] = "Qt4ProjectManager.QnxRunConfiguration.ProFilePath";