2012-06-29 07:23:13 +02:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
|
|
|
|
** This file is part of Qt Creator
|
|
|
|
|
**
|
2018-07-11 13:53:28 +02:00
|
|
|
** Copyright (C) 2018 Blackberry
|
2012-06-29 07:23:13 +02:00
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** Contact: Blackberry (qt@blackberry.com)
|
2012-06-29 07:23:13 +02:00
|
|
|
** Contact: KDAB (info@kdab.com)
|
|
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** This file is part of the documentation of the Qt Toolkit.
|
2012-06-29 07:23:13 +02:00
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** Commercial License Usage
|
|
|
|
|
** Licensees holding valid commercial Qt licenses may use this file in
|
|
|
|
|
** accordance with the commercial license agreement provided with the
|
|
|
|
|
** Software or, alternatively, in accordance with the terms contained in
|
|
|
|
|
** a written agreement between you and The Qt Company. For licensing terms
|
|
|
|
|
** and conditions see https://www.qt.io/terms-conditions. For further
|
|
|
|
|
** information use the contact form at https://www.qt.io/contact-us.
|
2012-06-29 07:23:13 +02:00
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** GNU Free Documentation License Usage
|
2012-06-29 07:23:13 +02:00
|
|
|
** Alternatively, this file may be used under the terms of the GNU Free
|
|
|
|
|
** Documentation License version 1.3 as published by the Free Software
|
2016-01-15 14:51:16 +01:00
|
|
|
** Foundation and appearing in the file included in the packaging of
|
|
|
|
|
** this file. Please review the following information to ensure
|
|
|
|
|
** the GNU Free Documentation License version 1.3 requirements
|
|
|
|
|
** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
|
2012-06-29 07:23:13 +02:00
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
// 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.
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
|
|
|
|
|
/*!
|
2014-09-03 16:15:40 +02:00
|
|
|
\previouspage creator-deployment-embedded-linux.html
|
2012-06-29 07:23:13 +02:00
|
|
|
\page creator-deployment-qnx.html
|
2012-09-07 16:15:58 +02:00
|
|
|
\nextpage creator-connecting-mobile.html
|
2012-06-29 07:23:13 +02:00
|
|
|
|
2014-03-24 17:43:06 +01:00
|
|
|
\title Deploying Applications to QNX Neutrino Devices
|
2012-06-29 07:23:13 +02:00
|
|
|
|
2015-06-18 13:47:01 +02:00
|
|
|
You can deploy applications to QNX Neutrino devices in the way that is
|
2020-05-20 13:06:11 +02:00
|
|
|
described in \l{Deploying Applications to Generic Remote Linux Devices}.
|
2012-08-22 11:15:04 +02:00
|
|
|
|
|
|
|
|
\image qtcreator-qnx-deployment.png "Deploy to device"
|
|
|
|
|
|
2014-12-11 15:43:19 +01:00
|
|
|
The files to be installed are listed in the \uicontrol {Deployment} step,
|
2016-04-15 15:02:39 +02:00
|
|
|
the \uicontrol {Files to deploy} field. The
|
2015-06-18 13:47:01 +02:00
|
|
|
\uicontrol {Local File Path} field displays the location of the file on the
|
|
|
|
|
development PC. The \uicontrol {Remote Directory} field displays the folder
|
|
|
|
|
where the file is installed on the device. Text in red color indicates that
|
|
|
|
|
the information is missing. Edit the qmake \l{Variables#installs}
|
|
|
|
|
{INSTALLS variable} in the project \c .pro file to add the missing files.
|
2012-08-22 11:15:04 +02:00
|
|
|
|
|
|
|
|
When you run the application, \QC copies the necessary files to the device
|
|
|
|
|
and starts the application on it.
|
2012-06-29 07:23:13 +02:00
|
|
|
*/
|