Qnx: add basic BB10 help pages

Change-Id: I5d2f16a6aa7824e47ec72ae7bd3f4fadfbc7518a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
El Mehdi Fekari
2013-02-21 14:55:22 +01:00
committed by Leena Miettinen
parent 65a07823ac
commit 1294ee66da
9 changed files with 120 additions and 5 deletions

View File

@@ -0,0 +1,46 @@
/****************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (C) 2011 - 2013 Research In Motion
**
** 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.
// **********************************************************************
/*!
\contentspage index.html
\previouspage creator-deploying-android.html
\page creator-deployment-bb10.html
\nextpage creator-deployment-maemo.html
\title Deploying Applications to BlackBerry 10 Devices
To deploy Qt applications to BlackBerry 10 devices:
\list 1
\li Create a new project. To create an application with the native BlackBerry 10 look and feel,
select \gui File > \gui {New File or Project} > \gui {BlackBerry Qt Gui Application} > \gui Choose.
\li Select a BlackBerry 10 Kit for either device or simulator.
\li \QC will generate an additional application descriptor file to enable the packaging process.
\li You can use the BAR descriptor editor to customize the appearance and behavior of the application.
\endlist
For more details please refer to the Qt-Project wiki page: \l {http://qt-project.org/wiki/BlackBerry} {http://qt-project.org/wiki/BlackBerry}.
*/

View File

@@ -0,0 +1,56 @@
/****************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (C) 2011 - 2013 Research In Motion
**
** 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.
**
**
****************************************************************************/
/*!
\contentspage index.html
\previouspage creator-developing-android.html
\page creator-developing-bb10.html
\nextpage creator-developing-generic-linux.html
\title Connecting BlackBerry 10 Devices
\QC provides a plugin that enables you to develop for QNX and BlackBerry 10 platforms.
This page explains the basic steps to develop for BlackBerry 10 using \QC.
The native BlackBerry 10 NDK includes Qt 4 (4.8.4 or newer) for both simulator (x86) and device (arm) targets available for development. Compared with the development for the PlayBook, Qt libraries are integrated in the BlackBerry 10 device firmware and can be used by Qt applications as shared libraries.
Before starting to develop for BlackBerry 10 you need to download the following tools:
\list
\li \l {https://developer.blackberry.com/native/} {The BlackBerry 10 Native SDK}
\li \l {https://developer.blackberry.com/native/} {The BlackBerry 10 Dev Alpha Simulator} if you do not have a BlackBerry DevAlpha device
\li \l {https://www.blackberry.com/SignedKeys/} {BlackBerry signing code keys}
\endlist
\section1 Setting Up BlackBerry 10 Environment in Qt Creator
To set up your BlackBerry 10 environment in \QC:
\list 1
\li Select \gui Tools > \gui Options > \gui BlackBerry > \gui NDK to set your NDK path.
\li Select \gui Tools > \gui Options > \gui BlackBerry > \gui Keys to register and create a developer certificate.
\li Select \gui Tools > \gui Options > \gui Devices > \gui Add > \gui {Blackberry Device} to add a BlackBerry Device. You can add either the physical device or the simulator.
\li Create and upload a debug token bar file when adding the device from the wizard.
\endlist
For more details please refer to the Qt-Project wiki page: \l {http://qt-project.org/wiki/BlackBerry} {http://qt-project.org/wiki/BlackBerry}.
*/