aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/projects
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-03-28 15:58:35 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-04-19 08:28:09 +0000
commitb27be7e2bfd89f3e9908ea0eb0ed16147e5d7a7f (patch)
tree44c44757582d838c0f2b70f7824c56d6fa70c05b /doc/qtcreator/src/projects
parente012488ac8029bf10f9e27d65b7820f6646d3a45 (diff)
Doc: Move deployment info to Reference
Task-number: QTCREATORBUG-29361 Change-Id: Ibabac3192c3f2c1aa7ae5594ed6f5f3a915d774c Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Jarno Lämsä <jarno.lamsa@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Tommi Mänttäri <tommi.manttari@qt.io>
Diffstat (limited to 'doc/qtcreator/src/projects')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-building-running.qdoc7
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-generic.qdoc2
2 files changed, 1 insertions, 8 deletions
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-building-running.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-building-running.qdoc
index bd4743a437b..f926f9cd482 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-building-running.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-building-running.qdoc
@@ -29,13 +29,6 @@
Android and embedded Linux devices. The changes you make to
the UI are instantly visible to you in the preview.
- \li \l{Deploying to Devices}
-
- \e {Deploy configurations} handle the packaging and copying of
- the necessary files to a location you want to run the executable
- at. The files can be copied to a location in the file system of
- the development PC or a device.
-
\li \l{Connecting Devices}
When you install tool chains for device types as part of a Qt distribution,
diff --git a/doc/qtcreator/src/projects/creator-only/creator-projects-generic.qdoc b/doc/qtcreator/src/projects/creator-only/creator-projects-generic.qdoc
index e4e682d2a6f..2a57fcfaac6 100644
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-generic.qdoc
+++ b/doc/qtcreator/src/projects/creator-only/creator-projects-generic.qdoc
@@ -125,7 +125,7 @@
you first need to deploy your executable and possibly other files.
\QC does that for you automatically if you enter the necessary
information. This works the same way as explained for CMake in
- \l {Deploying to Remote Linux},
+ \l {Remote Linux Deploy Configuration},
except that you also need to include your application binary in the list.
\section1 Create a run configuration