2012-06-29 07:23:13 +02:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
|
|
|
|
** This file is part of Qt Creator
|
|
|
|
|
**
|
2014-01-07 13:27:11 +01:00
|
|
|
** Copyright (C) 2011 - 2014 Research In Motion
|
2012-06-29 07:23:13 +02:00
|
|
|
**
|
|
|
|
|
** Contact: Research In Motion (blackberry-qt@qnx.com)
|
|
|
|
|
** Contact: KDAB (info@kdab.com)
|
|
|
|
|
**
|
|
|
|
|
**
|
|
|
|
|
** 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.
|
|
|
|
|
// **********************************************************************
|
|
|
|
|
|
|
|
|
|
/*!
|
2014-03-17 12:18:12 +01:00
|
|
|
\contentspage {Qt Creator Manual}
|
2012-06-29 07:23:13 +02:00
|
|
|
\previouspage creator-deployment-maemo.html
|
|
|
|
|
\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
|
|
|
|
2014-03-24 17:43:06 +01:00
|
|
|
You can deploy applications to QNX Neutrino devices in the way that is described
|
|
|
|
|
in \l{Deploying Applications to Embedded Linux Devices}.
|
2012-08-22 11:15:04 +02:00
|
|
|
|
|
|
|
|
\image qtcreator-qnx-deployment.png "Deploy to device"
|
|
|
|
|
|
|
|
|
|
The files to be installed are listed in the \gui {Deployment} step,
|
|
|
|
|
the \gui {Files to install for subproject} field. The \gui {Local File Path}
|
|
|
|
|
field displays the location of the file on the development PC. The
|
|
|
|
|
\gui {Remote Directory} field displays the folder where the file is
|
|
|
|
|
installed on the device. Text in red color indicates that the information is
|
2013-11-25 17:37:19 +01:00
|
|
|
missing. Edit the qmake \l{Variables#installs}
|
2012-08-22 11:15:04 +02:00
|
|
|
{INSTALLS variable} in the project .pro file to add the missing files.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
*/
|