From 272cfad5b4772c3554cc06b42f51ab031c0f5ea1 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 28 Mar 2024 11:16:17 +0100 Subject: [PATCH] Doc: Don't mention qmake in a docker context While it kind of works in principle it is very slow and therefore practically not usable for real world projects. Task-number: QTCREATORBUG-29585 Change-Id: Ia6357904e1ecc3e97adc77b49aa8ab7392f902c8 Reviewed-by: Leena Miettinen --- doc/qtcreator/src/docker/creator-docker.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qtcreator/src/docker/creator-docker.qdoc b/doc/qtcreator/src/docker/creator-docker.qdoc index 15f147d475c..c63ab4b3b59 100644 --- a/doc/qtcreator/src/docker/creator-docker.qdoc +++ b/doc/qtcreator/src/docker/creator-docker.qdoc @@ -22,7 +22,7 @@ {debuggers} and \l{Add Qt versions}{Qt versions}, in the Docker container and creates kits for the devices. - You can use CMake or qmake to build applications in the Docker container. + You are advised to use CMake to build applications in the Docker container. To pull images from Docker hub or other registries, use the \l{https://docs.docker.com/engine/reference/commandline/pull/}{docker pull}