From fe86aeb78c2e1de422998f43a3cc873c68f1319d Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Tue, 30 Aug 2022 11:18:56 +0200 Subject: doc: Fix usage of the QMAKE_EXTRA_ARGS variable Change-Id: Ieffb21bdad51d06226c2dcaa6524fc598c3709f8 Reviewed-by: Bernd Weimer --- src/ivicore/doc/src/installation.qdoc | 6 +++--- 1 file 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.pro + qmake /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.pro + qmake /qtivi.pro QMAKE_EXTRA_ARGS="--no-feature-ivimedia" \endcode Selecting the required module explicitly has the advantage that you can see any errors, at -- cgit v1.2.1