forked from qt-creator/qt-creator
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:
@@ -199,6 +199,7 @@ GccToolChain *BlackBerryConfiguration::createGccToolChain(QnxAbstractQtVersion *
|
|||||||
{
|
{
|
||||||
GccToolChain* toolChain = new GccToolChain(
|
GccToolChain* toolChain = new GccToolChain(
|
||||||
QLatin1String(ProjectExplorer::Constants::GCC_TOOLCHAIN_ID), ToolChain::AutoDetection);
|
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(
|
toolChain->setDisplayName(tr("QCC for Qt %1 for %2 %3 - %4").arg(
|
||||||
version->qtVersionString(), version->platformDisplayName(),
|
version->qtVersionString(), version->platformDisplayName(),
|
||||||
version->archString(), m_targetName));
|
version->archString(), m_targetName));
|
||||||
|
|||||||
Reference in New Issue
Block a user