summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2022-08-30 11:18:56 +0200
committerDominik Holland <dominik.holland@qt.io>2022-08-30 12:40:54 +0200
commitfe86aeb78c2e1de422998f43a3cc873c68f1319d (patch)
tree7fb0d6a5a0957ad09f57f50dab505787394c1034
parent9b292b00a05fb738aa1a10eedbde1f1a69ab2a3d (diff)
downloadqtivi-5.15.tar.gz
doc: Fix usage of the QMAKE_EXTRA_ARGS variable5.15
Change-Id: Ieffb21bdad51d06226c2dcaa6524fc598c3709f8 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
-rw-r--r--src/ivicore/doc/src/installation.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ivicore/doc/src/installation.qdoc b/src/ivicore/doc/src/installation.qdoc
index c6f3ce2..8ac916f 100644
--- a/src/ivicore/doc/src/installation.qdoc
+++ b/src/ivicore/doc/src/installation.qdoc
@@ -82,10 +82,10 @@ needs:
cross-compile inside Yocto.
\endtable
-These command-line options can be passed to qmake using the \c QMAKE_EXTRA_ARGS environment variable:
+These command-line options can be passed to qmake using the \c QMAKE_EXTRA_ARGS qmake variable:
\code
- QMAKE_EXTRA_ARGS="--host-tools-only" qmake <qtivi-src>/qtivi.pro
+ qmake <qtivi-src>/qtivi.pro QMAKE_EXTRA_ARGS="--host-tools-only"
\endcode
\section2 Build the Required Features Only
@@ -97,7 +97,7 @@ argument, when you invoke \c qmake.
For example, to disable building QtIvi Media:
\code
- QMAKE_EXTRA_ARGS="--no-feature-ivimedia" qmake <qtivi-src>/qtivi.pro
+ qmake <qtivi-src>/qtivi.pro QMAKE_EXTRA_ARGS="--no-feature-ivimedia"
\endcode
Selecting the required module explicitly has the advantage that you can see any errors, at