diff --git a/doc/qtcreator/images/qtcreator-compiler-explorer-options.webp b/doc/qtcreator/images/qtcreator-compiler-explorer-options.webp new file mode 100644 index 00000000000..d0fc9098850 Binary files /dev/null and b/doc/qtcreator/images/qtcreator-compiler-explorer-options.webp differ diff --git a/doc/qtcreator/images/qtcreator-compiler-explorer.webp b/doc/qtcreator/images/qtcreator-compiler-explorer.webp index 91efe84f9bf..3fb945df38b 100644 Binary files a/doc/qtcreator/images/qtcreator-compiler-explorer.webp and b/doc/qtcreator/images/qtcreator-compiler-explorer.webp differ diff --git a/doc/qtcreator/src/projects/creator-only/creator-how-to-create-compiler-explorer-setup.qdoc b/doc/qtcreator/src/projects/creator-only/creator-how-to-create-compiler-explorer-setup.qdoc index 21e99086df3..5c20e55d2c2 100644 --- a/doc/qtcreator/src/projects/creator-only/creator-how-to-create-compiler-explorer-setup.qdoc +++ b/doc/qtcreator/src/projects/creator-only/creator-how-to-create-compiler-explorer-setup.qdoc @@ -60,7 +60,9 @@ \section1 Set compiler options Select \inlineimage icons/settings.png - to set compiler options. + to set options for the selected compiler. + + \image qtcreator-compiler-explorer-options.webp {Compiler Explorer options} \table \header @@ -69,10 +71,14 @@ \row \li Compiler options \li Arguments passed to the compiler. Add options to enable optimization - and to change other aspects of the compilation. + and to change other aspects of the compilation. For example, the + value \c -O3 enables the optimizer with aggressive optimization. \row \li Libraries - \li Add the libraries that your code links against. + \li Select \uicontrol Edit to add the libraries that your code links + against. Start typing in the field to find a particular library. + The selection is saved only after you select the version of the + library next to the library name. \row \li Execute the code \li Execute the resulting executable.