aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/cli/cli-options.qdocinc
diff options
context:
space:
mode:
authorDenis Shienkov <denis.shienkov@gmail.com>2019-02-15 17:03:58 +0300
committerDenis Shienkov <denis.shienkov@gmail.com>2019-02-19 13:10:18 +0000
commit07e82d9b91f3fa52590db2849aef6d5b0062c3a9 (patch)
treefe2393b2f24b6e7e93fa8b3ed3bc36adb6af6a68 /doc/reference/cli/cli-options.qdocinc
parentb7708daac26875aa251e5d7f8567f51f76450448 (diff)
bare-metal: Add possibility to create the KEIL toolchain profile
... from the qbs console using the 'setup-toolchains' command. To create the KEIL profile it is enougth to use the following command: qbs setup-toolchains --type keil <path/to/keil/compiler/binary> <profile name> A toolchain type can be omitted; in this case the QBS will tries to detect the toolchain type from the specified compiler name. Also it is possible to auto-detect the KEIL toolchain from the PATH environment using the following command: qbs setup-toolchain --detect At current time are supported the following KEIL toolchains: * for 8051 * for ARM Change-Id: I80241866c3ec49a4294d896c70b65b75a2341a2a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/reference/cli/cli-options.qdocinc')
-rw-r--r--doc/reference/cli/cli-options.qdocinc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/cli/cli-options.qdocinc b/doc/reference/cli/cli-options.qdocinc
index 7d2e36376..2d35bea61 100644
--- a/doc/reference/cli/cli-options.qdocinc
+++ b/doc/reference/cli/cli-options.qdocinc
@@ -495,6 +495,7 @@
\li \c mingw
\li \c msvc
\li \c iar
+ \li \c keil
\endlist
//! [type]