QNX: Add explanatory Linguist comment about QCC being a compiler.

Change-Id: Iddec6dabcefe7757d174e0f881321024caac3516
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Friedemann Kleint
2013-10-15 17:04:28 +02:00
parent 02735fe4cb
commit 239810eb7c

View File

@@ -199,6 +199,7 @@ GccToolChain *BlackBerryConfiguration::createGccToolChain(QnxAbstractQtVersion *
{
GccToolChain* toolChain = new GccToolChain(
QLatin1String(ProjectExplorer::Constants::GCC_TOOLCHAIN_ID), ToolChain::AutoDetection);
//: QCC is the compiler for QNX.
toolChain->setDisplayName(tr("QCC for Qt %1 for %2 %3 - %4").arg(
version->qtVersionString(), version->platformDisplayName(),
version->archString(), m_targetName));