Doc: Mention qmake support for building apps in Docker containers

Task-number: QTCREATORBUG-28996
Change-Id: I0f5394fa7a4e7ba986c66df8dc73c098186903a9
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
Leena Miettinen
2023-06-23 16:21:23 +02:00
parent 12bcdee809
commit 7642ce34b0

View File

@@ -16,15 +16,14 @@
While Linux, \macos, and Windows hosts are supported in principle, Linux is While Linux, \macos, and Windows hosts are supported in principle, Linux is
the recommended platform. 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 To build, run, and debug applications on Docker devices, you must install and
configure \c docker-cli on the development host. \QC automatically detects configure \c docker-cli on the development host. \QC automatically detects
\l{Adding Kits}{build and run kit} items, such \l{Adding Debuggers} \l{Adding Kits}{build and run kit} items, such \l{Adding Debuggers}
{debuggers} and \l{Adding Qt Versions}{Qt versions}, in the Docker container {debuggers} and \l{Adding Qt Versions}{Qt versions}, in the Docker container
and creates kits for the devices. 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 To pull images from Docker hub or other registries, use the
\l{https://docs.docker.com/engine/reference/commandline/pull/}{docker pull} \l{https://docs.docker.com/engine/reference/commandline/pull/}{docker pull}
command. command.