Doc: developing for embedded devices

Add information about Qt for Device Creation
integration with Qt Creator. Add links to the
Qt for Device Creation documentation where
appropriate.

Change-Id: Ie9be5a65697681590e2131407432f826a5ab4f2e
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
Leena Miettinen
2015-08-25 15:53:23 +02:00
parent fdbee2783a
commit 78d304674f
16 changed files with 87 additions and 19 deletions

View File

@@ -48,7 +48,8 @@
\li \l{Supported Platforms}
You can install and run \QC on several operating systems to create
applications for multiple desktop and mobile device platforms.
applications for multiple desktop, embedded, and mobile device
platforms.
\li \l{Using Other Build Systems}

View File

@@ -55,5 +55,7 @@
\li \l{Using Qt Quick UI Forms}{Export button} for exporting
items as alias properties
\endlist
\li \l{http://doc.qt.io/QtForDeviceCreation/index.html}{Developing for
embedded devices}
\endlist
*/

View File

@@ -74,8 +74,8 @@
\target glossary-deploy-config
\li Handles 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 mobile device.
copied to a location in the file system of the development PC,
an embedded device, or a mobile device.
\row
\li Kit
@@ -100,8 +100,8 @@
\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 and
mobile device platforms, as
that you can build, deploy, and run for different desktop,
embedded, and mobile device platforms, as
specified by a \e {build configuration}, \e {deploy
configuration}, and \e {run configuration}.

View File

@@ -33,7 +33,7 @@
\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 to several desktop and mobile operating systems. \QC
deploying them to several desktop, embedded, 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 to the target platforms.
@@ -86,8 +86,8 @@
and commands used to build the project.
\QC provides support for building, running, and deploying Qt
applications for desktop environment and mobile devices.
\l{glossary-buildandrun-kit}{Kits}, build,
applications for 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.

View File

@@ -32,7 +32,7 @@
\title Supported Platforms
You can install and run \QC on several operating systems to create
applications for multiple desktop and mobile device platforms.
applications for multiple desktop, embedded, and mobile device platforms.
\section1 Development Platforms
@@ -113,6 +113,16 @@
\endlist
\section2 Developing for Embedded Devices
The development environment supported by Qt for Device Creation is
Ubuntu Linux 64-bit (12.04 LTS or later). For more information about
the requirements for the development host, see the
\l{http://doc.qt.io/QtForDeviceCreation/qtee-installation-guide.html}
{Installation Guide} in the
\l{http://doc.qt.io/QtForDeviceCreation/index.html}{Qt for Device Creation}
documentation.
\section1 Compiling from Source
To build \QC from the source, see the requirements and instructions in the

View File

@@ -8,6 +8,8 @@
\li Android
\li Embedded
\li Generic remote Linux
\li iOS
@@ -18,6 +20,20 @@
\endlist
\section2 Embedded Devices
The Boot to Qt stack can be made to run on a variety of hardware. For
Qt for Device Creation license holders, tooling is provided to customize the
contents of the stack as well as to take it into desired production
hardware.
For more information about the supported device groups and reference devices,
see \l{http://doc.qt.io/QtForDeviceCreation/qtee-supported-platforms.html}
{Supported Platforms} in the {http://doc.qt.io/QtForDeviceCreation/index.html}
{Qt for Device Creation} documentation.
\section2 Mobile Devices
The following table summarizes operating system support for developing
applications for mobile device platforms.

View File

@@ -47,7 +47,8 @@
{List of Qt Quick Examples}
\row
\li Develop Qt applications for desktop and mobile devices
\li Develop Qt applications for desktop and embedded or mobile
devices
\li \l{https://www.qt.io/developers/}{Qt Developers}
\row

View File

@@ -40,8 +40,8 @@
is installed automatically and you should be ready to start
debugging after you create a new project. However, you can
change the setup to use debugging tools for Windows, for
example. You can connect mobile devices to your development PC
and debug processes running on the devices.
example. You can connect embedded or mobile devices to your
development host and debug processes running on the devices.
\li \l{Analyzing Code}