Doc: Describe conditions for automatically finding ccache on macOS

Task-number: QTCREATORBUG-27876
Change-Id: I01f671c3f2b36e97c56ce3649ef5ab38d1a067c3
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2022-10-24 17:45:46 +02:00
parent da364bd4df
commit d173f532c7
2 changed files with 10 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

@@ -22,10 +22,16 @@
\QC automatically detects the compilers that are registered by your
system or by the Qt Installer and lists them in \uicontrol Edit >
\uicontrol Preferences > \uicontrol Kits > \uicontrol Compilers:
\uicontrol Preferences > \uicontrol Kits > \uicontrol Compilers.
\image qtcreator-toolchains.png
\note On \macos, the \c ccache C/C++ compiler cache is detected
automatically only if you installed it using Homebrew or MacPorts.
When using MacPorts, you also need to create symlinks, as instructed in
\l{https://trac.macports.org/wiki/howto/ccache}{How to enable ccache}
in the MacPorts wiki.
You can add the following compilers to build applications by using other
compilers or by using additional versions of the automatically detected
compilers:
@@ -68,16 +74,16 @@
\li \l{https://www.iar.com/iar-embedded-workbench/}{IAREW} is a group of
C and C++ bare-metal compilers from the various IAR Embedded Workbench
development environments.
\note Currently supported architectures are \c 8051, \c AVR, \c ARM,
Currently supported architectures are \c 8051, \c AVR, \c ARM,
\c STM8, and \c MSP430.
\li \l{https://www.keil.com}{KEIL} is a group of C and C++ bare-metal
compilers from the various KEIL development environments.
\note Currently supported architectures are \c 8051 and \c ARM.
Currently supported architectures are \c 8051 and \c ARM.
\li \l{http://sdcc.sourceforge.net}{SDCC} is a retargetable, optimizing
C bare-metal compiler for various architectures.
\note Currently supported architectures are \c 8051 and \c STM8.
Currently supported architectures are \c 8051 and \c STM8.
\endlist