summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-02-21 14:47:56 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-02-21 14:05:08 +0000
commit5c8b6f8a08f18210ed8b734d64e8244113e4d763 (patch)
tree9d33f9cb6943a3653a860d0548e245b20d70104f
parent062678a937bd933083cb1edd13a0e6ade0cd47fc (diff)
downloadqt-creator-5c8b6f8a08f18210ed8b734d64e8244113e4d763.tar.gz
Doc: Use "build for", not "build on", because it is misleading
Change-Id: I78e00bda752780c238f46d58f1821c7d7d616436 Reviewed-by: hjk <hjk@qt.io>
-rw-r--r--doc/src/android/androiddev.qdoc8
-rw-r--r--doc/src/baremetal/creator-baremetal-dev.qdoc4
-rw-r--r--doc/src/ios/creator-ios-dev.qdoc6
-rw-r--r--doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc2
-rw-r--r--doc/src/linux-mobile/linuxdev.qdoc6
-rw-r--r--doc/src/overview/creator-glossary.qdoc2
-rw-r--r--doc/src/overview/creator-mobile-targets.qdoc4
-rw-r--r--doc/src/overview/creator-overview.qdoc6
-rw-r--r--doc/src/projects/creator-projects-building-running.qdoc2
-rw-r--r--doc/src/projects/creator-projects-compilers.qdoc4
-rw-r--r--doc/src/qtquick/creator-mobile-app-tutorial.qdoc2
-rw-r--r--doc/src/winrt/creator-winrt.qdoc2
12 files changed, 24 insertions, 24 deletions
diff --git a/doc/src/android/androiddev.qdoc b/doc/src/android/androiddev.qdoc
index 5f01a32b82..247009d6f0 100644
--- a/doc/src/android/androiddev.qdoc
+++ b/doc/src/android/androiddev.qdoc
@@ -32,15 +32,15 @@
\title Connecting Android Devices
- You can connect Android devices to the development PC to build, run, debug,
- and analyze applications on them from \QC.
+ You can connect Android devices to the development PC to run, debug,
+ and analyze applications built for them from \QC.
If you have a tool chain for building applications for Android devices
installed on the development PC, you can add it to \QC. You can then add a
\l{glossary-buildandrun-kit}{kit}
with the Android device type, the tool chain, and the Qt version for Android,
- to build and run applications on Android devices. You can also allow \QC to
- automatically configure the kit.
+ to build applications for and run them on Android devices. You can also
+ allow \QC to automatically configure the kit.
The Android Debug Bridge (adb) command line tool is integrated to \QC to
enable you to deploy applications to connected Android devices, to run
diff --git a/doc/src/baremetal/creator-baremetal-dev.qdoc b/doc/src/baremetal/creator-baremetal-dev.qdoc
index 4ee8d3b9ee..a8bf365036 100644
--- a/doc/src/baremetal/creator-baremetal-dev.qdoc
+++ b/doc/src/baremetal/creator-baremetal-dev.qdoc
@@ -92,7 +92,7 @@
\li Select \uicontrol Tools > \uicontrol Options >
\uicontrol {Build & Run} > \uicontrol Kits > \uicontrol Add to add a
- kit for building and running applications on bare metal devices:
+ kit for building applications and running them on bare metal devices:
\image creator-baremetal-kits.png "Bare Metal Device kits"
@@ -114,7 +114,7 @@
device.
\li Select \uicontrol Projects > \uicontrol {Build & Run}, and then
- select the kit for building and running the application on the bare
+ select the kit for building the application and running it on the bare
metal device specified in the kit.
\image creator-baremetal-kit-for-project.png "Adding a bare metal kit for a project"
diff --git a/doc/src/ios/creator-ios-dev.qdoc b/doc/src/ios/creator-ios-dev.qdoc
index 03b680783b..06ff7f72a4 100644
--- a/doc/src/ios/creator-ios-dev.qdoc
+++ b/doc/src/ios/creator-ios-dev.qdoc
@@ -33,12 +33,12 @@
\title Connecting iOS Devices
You can connect iOS devices to a Mac computer with a USB cable to
- build and run applications on them from \QC.
+ run applications built for them from \QC.
To be able to use \QC on \macos, you must install Xcode, and therefore,
you already have the tool chain for building applications for iOS. \QC
automatically detects the tool chain and creates the necessary
- \l{glossary-buildandrun-kit}{kits} for building and running applications on
+ \l{glossary-buildandrun-kit}{kits} to build applications for and run them on
configured iOS devices.
You only need Qt libraries that are built for iOS. You can install them as
@@ -85,7 +85,7 @@
device.
\li Select \uicontrol Projects > \uicontrol {Build & Run} to select
- the kit for building and running applications on iOS.
+ the kit for building applications for and running them on iOS.
\image qtcreator-ios-add-kit.png "Build & Run Settings"
diff --git a/doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc b/doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc
index 27c5f13b78..5b7045703c 100644
--- a/doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc
+++ b/doc/src/linux-mobile/creator-projects-running-generic-linux.qdocinc
@@ -28,7 +28,7 @@
\section1 Running on Embedded Linux Devices
- To build and run the application for a device:
+ To build the application and run it on a device:
\list 1
diff --git a/doc/src/linux-mobile/linuxdev.qdoc b/doc/src/linux-mobile/linuxdev.qdoc
index d28c32f829..cfa24114f4 100644
--- a/doc/src/linux-mobile/linuxdev.qdoc
+++ b/doc/src/linux-mobile/linuxdev.qdoc
@@ -32,14 +32,14 @@
\title Connecting Embedded Linux Devices
- You can connect embedded Linux devices to the development PC to build, run,
- debug, and analyze applications on them from \QC.
+ You can connect embedded Linux devices to the development PC to run,
+ debug, and analyze applications built for them from \QC.
If you have a tool chain for building applications for embedded Linux
devices installed on the development PC, you can add
it to \QC. You can then select a \l{glossary-buildandrun-kit}{kit}
with \uicontrol {Embedded Linux} device type to
- build and run applications on embedded Linux devices.
+ build applications for and run them on embedded Linux devices.
To be able to run and debug applications on embedded Linux devices, you must
add devices and select them in the \QC \l{glossary-buildandrun-kit}{kit}.
diff --git a/doc/src/overview/creator-glossary.qdoc b/doc/src/overview/creator-glossary.qdoc
index 257f526232..3ccb302c26 100644
--- a/doc/src/overview/creator-glossary.qdoc
+++ b/doc/src/overview/creator-glossary.qdoc
@@ -107,7 +107,7 @@
\li Project
\target glossary-project
\li Groups together a set of source files, forms, and resource files
- that you can build, deploy, and run for different desktop,
+ that you can build for, as well as deploy and run on different desktop,
embedded, and mobile device platforms, as
specified by a \e {build configuration}, \e {deploy
configuration}, and \e {run configuration}.
diff --git a/doc/src/overview/creator-mobile-targets.qdoc b/doc/src/overview/creator-mobile-targets.qdoc
index 3600f9aa1c..a0ea95905d 100644
--- a/doc/src/overview/creator-mobile-targets.qdoc
+++ b/doc/src/overview/creator-mobile-targets.qdoc
@@ -37,8 +37,8 @@
\title Connecting Mobile Devices
- You can connect mobile devices to the development PC to build, run, debug,
- and analyze applications on them from \QC. When you install Qt for a
+ You can connect mobile devices to the development PC to run, debug,
+ and analyze applications built for them from \QC. When you install Qt for a
target platform, such as Android or QNX, the build and run settings for the
development targets might be set up automatically in \QC.
diff --git a/doc/src/overview/creator-overview.qdoc b/doc/src/overview/creator-overview.qdoc
index 1c2bf533e7..097c936af6 100644
--- a/doc/src/overview/creator-overview.qdoc
+++ b/doc/src/overview/creator-overview.qdoc
@@ -92,9 +92,9 @@
projects as \e {generic projects} and fully control the steps
and commands used to build the project.
- \QC provides support for building, running, and deploying Qt
- applications for desktop environment as well as embedded and
- mobile devices. \l{glossary-buildandrun-kit}{Kits}, build,
+ \QC provides support for running and deploying Qt applications
+ built for the desktop environment as well as embedded and
+ mobile devices. \l{glossary-buildandrun-kit}{Kits}, build,
run, and deployment settings allow you to quickly switch between
different setups and target platforms.
diff --git a/doc/src/projects/creator-projects-building-running.qdoc b/doc/src/projects/creator-projects-building-running.qdoc
index 955d6d96f9..0607b09df5 100644
--- a/doc/src/projects/creator-projects-building-running.qdoc
+++ b/doc/src/projects/creator-projects-building-running.qdoc
@@ -39,7 +39,7 @@
\image creator_buildingrunning.png
- \QC provides support for building, running, and deploying Qt applications
+ \QC provides support for running and deploying Qt applications built
for different target platforms, or using different compilers, debuggers, or
Qt versions.
\l{glossary-buildandrun-kit}{Kits} define the tools,
diff --git a/doc/src/projects/creator-projects-compilers.qdoc b/doc/src/projects/creator-projects-compilers.qdoc
index 5647027a9a..6b0cf9dfde 100644
--- a/doc/src/projects/creator-projects-compilers.qdoc
+++ b/doc/src/projects/creator-projects-compilers.qdoc
@@ -40,8 +40,8 @@
Qt is supported on a variety of 32-bit and 64-bit platforms, and can
usually be built on each platform with GCC, a vendor-supplied compiler, or
a third party compiler. In \QC, a \l{glossary-buildandrun-kit}{kit}
- specifies the compiler and other necessary tools for building and running an
- application on a particular platform.
+ specifies the compiler and other necessary tools for building an application
+ for and running it on a particular platform.
\QC automatically detects the compilers that are registered by your system
or by an installer. You can add compilers to build applications by using other
diff --git a/doc/src/qtquick/creator-mobile-app-tutorial.qdoc b/doc/src/qtquick/creator-mobile-app-tutorial.qdoc
index 00d8d3e187..742ef25600 100644
--- a/doc/src/qtquick/creator-mobile-app-tutorial.qdoc
+++ b/doc/src/qtquick/creator-mobile-app-tutorial.qdoc
@@ -47,7 +47,7 @@
\section1 Setting up the Development Environment
- To be able to build and run the application on a mobile device, you must
+ To be able to build the application for and run it on a mobile device, you must
set up the development environment for the device platform and configure a
connection between \QC and the mobile device.
diff --git a/doc/src/winrt/creator-winrt.qdoc b/doc/src/winrt/creator-winrt.qdoc
index 9342466beb..a4b0a7181c 100644
--- a/doc/src/winrt/creator-winrt.qdoc
+++ b/doc/src/winrt/creator-winrt.qdoc
@@ -61,7 +61,7 @@
device.
\li Select \uicontrol Projects > \uicontrol {Build & Run} to
- enable a kit for building and running applications on Windows
+ enable a kit for building applications and running them on Windows
Runtime devices (the local computer, for now), Windows Phones,
or the Windows Phone emulator.