aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator/src/projects
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-04-22 14:31:21 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-05-03 12:31:41 +0000
commit5b94de6308399401b86da44f7e19b77416c32ae9 (patch)
tree2a5134aafd8bd4e1ec664507e6f063951ce04198 /doc/qtcreator/src/projects
parent5984e0f073f20c45628f0224cf11f8e638364b4c (diff)
Doc: Turn QML preview topics in to how-to topics in Qt Creator docs
- Move qt-quick-live-preview.qdoc to QDS sources - Copy qt-quick-live-preview-desktop.qdoc to QDS sources as how-to\qtdesignstudio-live-preview-desktop.qdoc and remove Qt Creator-specific information from it - Remove the "Running on Devices" and "Using SCXML State Machines" topics, which are not used any more - Edit for style Task-number: QTCREATORBUG-29361 Change-Id: I1646505aff8659605b09735da515e5d21070d39e Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: Pranta Ghosh Dastider <pranta.dastider@qt.io>
Diffstat (limited to 'doc/qtcreator/src/projects')
-rw-r--r--doc/qtcreator/src/projects/creator-only/creator-projects-building-running.qdoc43
1 files changed, 0 insertions, 43 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
deleted file mode 100644
index f926f9cd482..00000000000
--- a/doc/qtcreator/src/projects/creator-only/creator-projects-building-running.qdoc
+++ /dev/null
@@ -1,43 +0,0 @@
-// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-// **********************************************************************
-// NOTE: the sections are not ordered by their logical order to avoid
-// reshuffling the file each time the index order changes (i.e., often).
-// Run the fixnavi.pl script to adjust the links to the index order.
-// **********************************************************************
-
-/*!
- \previouspage creator-scxml.html
- \page creator-building-running.html
- \nextpage creator-live-preview.html
-
- \title Running on Devices
-
- \QC supports running and deploying Qt applications that you build
- for different target platforms or with different compilers, debuggers, or
- Qt versions. \l{glossary-buildandrun-kit}{Kits} define the tools,
- \l{glossary-device}{device} type and other settings to use when building and
- running your project.
-
- \list
-
- \li \l {Validating with Target Hardware}
-
- You can use the QML live preview to preview a QML file or an
- entire Qt Quick application on the desktop, as well as on
- Android and embedded Linux devices. The changes you make to
- the UI are instantly visible to you in the preview.
-
- \li \l{Connecting Devices}
-
- When you install tool chains for device types as part of a Qt distribution,
- the build and run settings for the devices might be set up
- automatically. However, you might need to install and configure some
- additional software on the devices to be able to connect to them
- from the development PC.
-
- \endlist
-
- \sa {Build and Run}{How To: Build and Run}
-*/