From 7642ce34b00eb44bbd807774b091bdff50d2b7f6 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 23 Jun 2023 16:21:23 +0200 Subject: [PATCH] Doc: Mention qmake support for building apps in Docker containers Task-number: QTCREATORBUG-28996 Change-Id: I0f5394fa7a4e7ba986c66df8dc73c098186903a9 Reviewed-by: Marcus Tillmanns --- doc/qtcreator/src/docker/creator-docker.qdoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/qtcreator/src/docker/creator-docker.qdoc b/doc/qtcreator/src/docker/creator-docker.qdoc index c6b62b6dd83..33c358a5bed 100644 --- a/doc/qtcreator/src/docker/creator-docker.qdoc +++ b/doc/qtcreator/src/docker/creator-docker.qdoc @@ -16,15 +16,14 @@ While Linux, \macos, and Windows hosts are supported in principle, Linux is the recommended platform. - Currently, only CMake is supported for building applications in the Docker - container. - To build, run, and debug applications on Docker devices, you must install and configure \c docker-cli on the development host. \QC automatically detects \l{Adding Kits}{build and run kit} items, such \l{Adding Debuggers} {debuggers} and \l{Adding 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. + To pull images from Docker hub or other registries, use the \l{https://docs.docker.com/engine/reference/commandline/pull/}{docker pull} command.