aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qbs.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-12-22 15:33:15 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-03 10:44:31 +0000
commit5ecbff643d5c3977e53da7b2afcf624702e32ffb (patch)
tree6ae3792e3213d564b0209155b8b2ac5b458e274c /doc/qbs.qdoc
parent7884bb6c03c8a552372ea0c2f5a1e33826340af1 (diff)
Doc: Add links to CLI command options
Added targets to the file where the options are documented, to avoid having to use the weird URLs automatically generated by QDoc. Change-Id: I3bffa79b564ffb9582f814124881dcd0cc60aa7d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/qbs.qdoc')
-rw-r--r--doc/qbs.qdoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index 95bb3f250..3456401a7 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -1424,7 +1424,7 @@
To generate a project for another build system, such as Microsoft Visual
Studio, use the \l{generate}{qbs generate} command and specify a generator
- using the \c{-g} option. For example:
+ using the \l{generate-generator}{-g} option. For example:
\code
# For Visual Studio
@@ -1439,8 +1439,9 @@
perform the actual build.
\note You cannot modify build system files and expect the changes
- to be reflected in \QBS; you must edit your \QBS project files and re-run \c{qbs-generate} in
- order for the changes to be reflected in your IDE.
+ to be reflected in \QBS. You must edit your \QBS project files and re-run
+ \l{generate}{qbs generate} in order for the changes to be reflected in your
+ IDE.
\section1 Generating Clang Compilation Databases