summaryrefslogtreecommitdiff
path: root/src/ivicore/doc/src/installation.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivicore/doc/src/installation.qdoc')
-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