Skip to content
Snippets Groups Projects
Commit 239810eb authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

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


Change-Id: Iddec6dabcefe7757d174e0f881321024caac3516
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent 02735fe4
No related branches found
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment