summaryrefslogtreecommitdiffstats
path: root/doc/src/platforms/configure-linux-device.qdoc
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2023-02-15 17:06:57 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2023-02-16 16:26:50 +0100
commit0a2662deb40130d1e3a9804b770ab5c7bc5af98c (patch)
treefc227f989cd07a80f36d0c561a88b5fd344d56aa /doc/src/platforms/configure-linux-device.qdoc
parentbc3f2d7259bd9b34c076a87929bc9484e74da886 (diff)
Add the note about ninja build tool to Qt build documentation
The note helps to pay attention to the requirement of use the ninja build tool when building Qt. Pick-to: 6.5 Task-number: QTBUG-111163 Change-Id: I15b7e99b4033e7570583b2828a83811c224ea0cc Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'doc/src/platforms/configure-linux-device.qdoc')
-rw-r--r--doc/src/platforms/configure-linux-device.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/platforms/configure-linux-device.qdoc b/doc/src/platforms/configure-linux-device.qdoc
index cc1068da4..3be2a3041 100644
--- a/doc/src/platforms/configure-linux-device.qdoc
+++ b/doc/src/platforms/configure-linux-device.qdoc
@@ -61,6 +61,8 @@
./configure -release -opengl es2 -device linux-rasp-pi2-g++ -device-option CROSS_COMPILE=$TOOLCHAIN/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian/bin/arm-linux-gnueabihf- -sysroot $ROOTFS -prefix /usr/local/qt5
\endcode
+ \include use-ninja-note.qdocinc ninja-note
+
With Qt 6 and CMake, this approach is \b{no longer sufficient} on its own. Rather, a
\l{https://cmake.org/cmake/help/latest/manual/cmake-toolchains.7.html}{CMake toolchain
file} must be provided before configuring can happen. It is in this file where