2011-09-27 11:54:44 +02:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
2014-01-07 13:27:11 +01:00
|
|
|
** Copyright (c) 2014 Digia Plc and/or its subsidiary(-ies).
|
2012-10-02 09:12:39 +02:00
|
|
|
** Contact: http://www.qt-project.org/legal
|
2011-09-27 11:54:44 +02:00
|
|
|
**
|
2012-10-02 09:12:39 +02:00
|
|
|
** This file is part of Qt Creator
|
2011-09-27 11:54:44 +02:00
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
** GNU Free Documentation License
|
|
|
|
|
**
|
|
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
|
|
|
|
** Foundation and appearing in the file included in the packaging of this
|
|
|
|
|
** file.
|
|
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
// 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.
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
|
|
|
|
|
/*!
|
|
|
|
|
\contentspage index.html
|
2011-12-13 11:52:47 +01:00
|
|
|
\previouspage creator-running-targets.html
|
2011-09-27 11:54:44 +02:00
|
|
|
\page creator-deployment.html
|
2012-09-07 16:15:58 +02:00
|
|
|
\nextpage creator-deploying-android.html
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2011-12-13 11:52:47 +01:00
|
|
|
\title Deploying to Mobile Devices
|
2011-09-27 11:54:44 +02:00
|
|
|
|
|
|
|
|
Deploy configurations in the \gui Project mode \gui {Run Settings} handle
|
|
|
|
|
the packaging of the application as an executable and copying it 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.
|
|
|
|
|
|
|
|
|
|
\list
|
2011-12-13 11:52:47 +01:00
|
|
|
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Deploying Applications to Android Devices}
|
2012-09-07 16:15:58 +02:00
|
|
|
|
2013-03-06 16:44:06 +01:00
|
|
|
When you deploy the application to an Android device, \QC copies
|
2012-09-07 16:15:58 +02:00
|
|
|
the application files to the device. In addition, you can determine
|
|
|
|
|
the Qt libraries to use.
|
2013-02-21 14:55:22 +01:00
|
|
|
\li \l{Deploying Applications to BlackBerry 10 Devices}
|
|
|
|
|
|
|
|
|
|
When you deploy the application to a BlackBerry 10 device, \QC generates a
|
|
|
|
|
BAR package in the build directory and deploys it to the connected
|
|
|
|
|
device.
|
2013-10-09 12:22:20 +02:00
|
|
|
\li \l{Deploying Applications to Embedded Linux Devices}
|
2011-09-27 11:54:44 +02:00
|
|
|
|
2013-10-09 12:22:20 +02:00
|
|
|
When you deploy the application to a generic Linux-based device, \QC
|
2012-04-12 14:33:49 +02:00
|
|
|
copies the application files to the connected device. You
|
2011-12-13 11:52:47 +01:00
|
|
|
can test and debug the application on the device.
|
2013-02-06 08:50:23 +01:00
|
|
|
\li \l{Deploying Applications to QNX Devices}
|
2012-06-29 07:23:13 +02:00
|
|
|
|
2013-03-06 16:44:06 +01:00
|
|
|
When you deploy the application to a BlackBerry, \QC generates a
|
2012-09-14 12:44:57 +02:00
|
|
|
BAR package in the build directory and deploys it to the connected
|
2013-03-06 16:44:06 +01:00
|
|
|
device. When you deploy it to a QNX Neutrino device, \QC copies
|
2012-08-22 11:15:04 +02:00
|
|
|
the application files to the connected device. You can test and
|
|
|
|
|
debug the application on the device.
|
2011-09-27 11:54:44 +02:00
|
|
|
\endlist
|
|
|
|
|
*/
|