summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/configure-linux-device.qdoc
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-01-11 07:55:30 -0800
committerThiago Macieira <thiago.macieira@intel.com>2022-02-14 11:18:47 -0800
commit375356c17f72d4fb33e0a181f75eac2655348cb1 (patch)
tree48c2a6fbe2f22e1a55cac081d2a2b2aaa28572bd /doc/src/platforms/configure-linux-device.qdoc
parent69bffe369fcd654f19478669a18c4edc03623dcd (diff)
Doc: update cmake flag to force building the Qt tools
Change-Id: I0e5f6bec596a4a78bd3bfffd16c9426298fe9a06 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc/src/platforms/configure-linux-device.qdoc')
-rw-r--r--doc/src/platforms/configure-linux-device.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/platforms/configure-linux-device.qdoc b/doc/src/platforms/configure-linux-device.qdoc
index 2c484a820..f69893da1 100644
--- a/doc/src/platforms/configure-linux-device.qdoc
+++ b/doc/src/platforms/configure-linux-device.qdoc
@@ -178,9 +178,9 @@
By default, when cross-compiling, only the Qt libraries and tools that are
supposed to run on the target device are built. Build-related tools like \c
moc and \c uic are not built. Building such tools can be enabled by setting
- \c{QT_BUILD_TOOLS_WHEN_CROSSCOMPILING} to \c{ON}.
+ \c{QT_FORCE_BUILD_TOOLS} to \c{ON}.
- \note When \c{QT_BUILD_TOOLS_WHEN_CROSSCOMPILING} is enabled, target binaries of tools
+ \note When \c{QT_FORCE_BUILD_TOOLS} is enabled, target binaries of tools
like \c qmake will get installed to the staging location. Therefore, if \c qmake is
used to build applications, call the \c{host-qmake} script instead.