forked from qt-creator/qt-creator
Doc: use prepositions more consistently: "deploy to"
Change-Id: Icf84c96b7cb300ab7d208b6b4f13276ba0b3d143 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
\gui {Application Output} view.
|
||||
|
||||
Choose \gui {Projects > Embedded Linux > Run} to view the settings for deploying
|
||||
the application on the connected device. For more information, see
|
||||
the application to the connected device. For more information, see
|
||||
\l{Specifying Run Settings for Linux-Based Devices}.
|
||||
|
||||
Debugging works transparently if GDB server is installed on the device and
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
\gui {Application Output} view.
|
||||
|
||||
Choose \gui {Projects > Maemo Run} to view the settings for deploying the
|
||||
application on the connected device and creating the installation package.
|
||||
application to the connected device and creating the installation package.
|
||||
For more information, see
|
||||
\l{Specifying Run Settings for Linux-Based Devices}.
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
|
||||
\li \l{Deploying Applications to Android Devices}
|
||||
|
||||
When you deploy the application on an Android device, \QC copies
|
||||
When you deploy the application to an Android device, \QC copies
|
||||
the application files to the device. In addition, you can determine
|
||||
the Qt libraries to use.
|
||||
\li \l{Deploying Applications to BlackBerry 10 Devices}
|
||||
@@ -49,7 +49,7 @@
|
||||
device.
|
||||
\li \l{Deploying Applications to Linux-Based Devices}
|
||||
|
||||
When you deploy the application on a Linux-based device, such
|
||||
When you deploy the application to a Linux-based device, such
|
||||
as embedded Linux, MeeGo 1.2 Harmattan, or Maemo 5/Fremantle, \QC
|
||||
copies the application files to the connected device. You
|
||||
can test and debug the application on the device.
|
||||
@@ -57,9 +57,9 @@
|
||||
Maemo 5/Fremantle devices.
|
||||
\li \l{Deploying Applications to QNX Devices}
|
||||
|
||||
When you deploy the application on a BlackBerry, \QC generates a
|
||||
When you deploy the application to a BlackBerry, \QC generates a
|
||||
BAR package in the build directory and deploys it to the connected
|
||||
device. When you deploy it on a QNX Neutrino device, \QC copies
|
||||
device. When you deploy it to a QNX Neutrino device, \QC copies
|
||||
the application files to the connected device. You can test and
|
||||
debug the application on the device.
|
||||
\endlist
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
\li \l{Connecting BlackBerry 10 Devices}
|
||||
|
||||
\QC enables you to develop, deploy and debug your Qt applications
|
||||
on BlackBerry 10.
|
||||
to BlackBerry 10.
|
||||
You need to install the BlackBerry 10 NDK which contains a pre-built Qt.
|
||||
You also need either a BlackBerry 10 device or the simulator.
|
||||
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
\QC is an integrated development environment (IDE) that provides you with
|
||||
tools to design and develop applications with the Qt application framework.
|
||||
Qt is designed for developing applications and user interfaces once and
|
||||
deploying them across several desktop and mobile operating systems. \QC
|
||||
deploying them to several desktop and mobile operating systems. \QC
|
||||
provides you with tools for accomplishing your tasks throughout the whole
|
||||
application development life-cycle, from creating a project to deploying the
|
||||
application on the target platforms.
|
||||
application to the target platforms.
|
||||
|
||||
\table
|
||||
\row
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
When you run the application on the BlackBerry device, \QC first creates a BAR package
|
||||
using the settings in the Application Descriptor File. The default is to create the
|
||||
BAR package in the build directory. The BAR package is then deployed onto the
|
||||
BAR package in the build directory. The BAR package is then deployed to the
|
||||
selected device. For more information, see \l{Deploying Applications to QNX Devices}.
|
||||
|
||||
Specifying run settings for QNX Neutrino devices is very similar to
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
\li \gui {Qt Quick Application} creates a Qt Quick application project
|
||||
that can contain both QML and C++ code. The project includes a
|
||||
QDeclarativeView. You can build the application and deploy it on
|
||||
QDeclarativeView. You can build the application and deploy it to
|
||||
desktop and mobile target platforms.
|
||||
|
||||
You can select a template that uses either the built-in QML elements
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
\QC uses its own set of Qt Libraries located in the bundle, and therefore,
|
||||
you need to configure the \QD plugins that you want to use with \QC.
|
||||
Fore more information about how to deploy applications on Mac OS, see
|
||||
Fore more information about how to deploy applications to Mac OS, see
|
||||
\l{http://qt-project.org/doc/qt-4.8/deployment-mac.html}
|
||||
{Deploying an Application on Mac OS X}.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user