summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-10-14 17:43:46 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-10-24 13:22:52 +0000
commitefa9fdba6342be3d9730235de7301be63c4a39ae (patch)
tree7e521ac761df7ed459c877e3f4c81c5ed949fa7c /doc
parent8d91258cfae613dd4610d95762520130fdbf28ec (diff)
downloadqt-creator-efa9fdba6342be3d9730235de7301be63c4a39ae.tar.gz
ProjectExplorer: Add the ability to create a kit matching a binary
That is, the user passes the path to an application or library, and Qt Creator sets up a kit with a toolchain that matches the file's architecture. Fixes: QTCREATORBUG-8216 Change-Id: Ia16701d8b89df2cfee9d3cbe36fb72a4ed05c407 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/howto/creator-only/creator-cli.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/howto/creator-only/creator-cli.qdoc b/doc/src/howto/creator-only/creator-cli.qdoc
index 1982c00655..e02b026409 100644
--- a/doc/src/howto/creator-only/creator-cli.qdoc
+++ b/doc/src/howto/creator-only/creator-cli.qdoc
@@ -219,6 +219,11 @@
wizards, see \l{Adding New Custom Wizards}
\row
+ \li -ensure-kit-for-binary <path to binary>
+ \li ProjectExplorer plugin: create a kit with a toolchain
+ corresponding to the given binary's architecture.
+
+ \row
\li -lastsession
\li ProjectExplorer plugin: load the last session when \QC starts.
Open the projects and files that were open when you last exited