2012-06-29 07:23:13 +02:00
|
|
|
/****************************************************************************
|
|
|
|
|
**
|
|
|
|
|
** This file is part of Qt Creator
|
|
|
|
|
**
|
2016-01-15 14:51:16 +01:00
|
|
|
** Copyright (C) 2016 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 Qt Creator.
|
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.
|
|
|
|
|
** $QT_END_LICENSE$
|
2012-06-29 07:23:13 +02:00
|
|
|
**
|
|
|
|
|
****************************************************************************/
|
|
|
|
|
|
|
|
|
|
/*!
|
2014-03-17 12:18:12 +01:00
|
|
|
\contentspage {Qt Creator Manual}
|
2013-10-09 12:22:20 +02:00
|
|
|
\previouspage creator-developing-ios.html
|
2012-06-29 07:23:13 +02:00
|
|
|
\page creator-developing-qnx.html
|
2014-03-11 10:54:15 +01:00
|
|
|
\nextpage creator-developing-winrt.html
|
2012-06-29 07:23:13 +02:00
|
|
|
|
|
|
|
|
\title Connecting QNX Devices
|
|
|
|
|
|
|
|
|
|
You can connect QNX devices to the development PC to deploy, run and debug
|
|
|
|
|
applications on them from within \QC.
|
|
|
|
|
|
2012-08-22 11:15:04 +02:00
|
|
|
\section1 Adding a QNX Neutrino Device in \QC
|
|
|
|
|
|
|
|
|
|
Adding a QNX Neutrino device is very similar to \l{Connecting Embedded
|
2015-06-18 13:48:48 +02:00
|
|
|
Linux Devices}, except you need to select \uicontrol {QNX Device} in the
|
|
|
|
|
\uicontrol {Device Configuration} wizard.
|
2012-06-29 07:23:13 +02:00
|
|
|
*/
|