diff --git a/doc/src/android/androiddev.qdoc b/doc/src/android/androiddev.qdoc index 5f01a32b82b4b625e06a2bda01bbb38c0c6ba272..247009d6f01f64bc4f0959107f87701e6b91bd2b 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 4ee8d3b9eeaf18c0617c31b7b37ed96eaddf9422..a8bf365036a4caf8be5738123128d396025a2e09 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 03b680783b41683bf7e1b8bf7825e8d1a47a7e47..06ff7f72a47d117d096cb529969d3db3fe1baebd 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 27c5f13b78d874d5994d78abb073a5a3da557975..5b7045703cf68af2ec339300458892805c1c7a08 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 d28c32f8298e8a1fdfce9f638e1f5560198df206..cfa24114f4ff04035190df4ad18c1529fc4701bf 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 257f526232c63efb9ca55317c80211a58a5e7d76..3ccb302c26b4b3a7db75a61295e1012546c4ed92 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 3600f9aa1cea73a04aa4752444163a573e96aeac..a0ea95905dc245b97c1a0ee8433f0780c67b16e3 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 1c2bf533e7fbe1c345a5dba6ec052b826ee56568..097c936af6f6537ca18ad0dbdb766bc4c7f07faa 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 955d6d96f9e55421b20811b8621b895b5219ba2d..0607b09df57fced762fd8a84c2c641ac6753ccac 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 5647027a9a33332c897dd24cf986f226b6c64570..6b0cf9dfdef62f5dc64ea9c6282cb2dfc1fbdc8f 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 00d8d3e187b9c181c884410dc01d4155bcebeb37..742ef25600fd4443bc9e76f86adb9ff9c9426321 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 9342466beb5d7190c71d913c32981611136d3212..a4b0a7181c636a818c64911c54171018a95d8881 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.