aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-04-14 12:30:10 -0700
committerJake Petroules <jake.petroules@qt.io>2017-04-21 08:58:57 +0000
commit70ec5b53f979d2e948c5abc89ee466fbbcced026 (patch)
tree25df4c8c3d1fffd5797355f0471c3ef8a14f6a1a
parentd50136199ba49ce1a87dffbce2353f8777d592b1 (diff)
Add basic documentation for the qnx module
Change-Id: I94452d0258857c008941bf6efeec5918403b50a1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/reference/modules/qnx-module.qdoc93
1 files changed, 93 insertions, 0 deletions
diff --git a/doc/reference/modules/qnx-module.qdoc b/doc/reference/modules/qnx-module.qdoc
new file mode 100644
index 000000000..4ea91386f
--- /dev/null
+++ b/doc/reference/modules/qnx-module.qdoc
@@ -0,0 +1,93 @@
+/****************************************************************************
+**
+** Copyright (C) 2017 The Qt Company Ltd.
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of Qbs.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** 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.
+**
+** GNU Free Documentation License Usage
+** 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. 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$
+**
+****************************************************************************/
+
+/*!
+ \contentspage index.html
+ \page qnx-module.html
+ \ingroup list-of-modules
+
+ \title Module qnx
+ \since 1.8
+ \brief Provides support for building QNX applications using the QNX SDK.
+
+ The \c qnx module contains properties and rules for QNX development.
+ It has been tested with the QNX 6.5, 6.6, and 7.0 SDKs.
+
+ \section1 General Properties
+
+ \table
+ \header
+ \li Property
+ \li Type
+ \li Since
+ \li Default
+ \li Description
+ \row
+ \li sdkDir
+ \li string
+ \li 1.8
+ \li determined automatically
+ \li The SDK base directory. By default it will be determined automatically if the QNX SDK
+ is installed at one of the standard locations, such as ~/qnx700, /opt/qnx700,
+ or C:\\qnx700
+ \row
+ \li configurationDir
+ \li string
+ \li 1.8
+ \li \c{~/.qnx}
+ \li The QNX configuration directory. Equivalent to the \c{QNX_CONFIGURATION} environment
+ variable.
+ \endtable
+
+ \section1 Advanced Properties
+
+ \table
+ \header
+ \li Property
+ \li Type
+ \li Since
+ \li Default
+ \li Description
+ \row
+ \li hostDir
+ \li string
+ \li 1.8
+ \li determined automatically
+ \li The QNX host directory. Equivalent to the \c{QNX_HOST} environment
+ variable. You should not normally need to set this property as it will be set to an
+ appropriate value based on your host operating system and the installed QNX SDK in
+ \c{qnx.sdkDir}.
+ \row
+ \li targetDir
+ \li string
+ \li 1.8
+ \li determined automatically
+ \li The QNX target directory. Equivalent to the \c{QNX_TARGET} environment
+ variable. You should not normally need to set this property as it will be set to an
+ appropriate value based on the installed QNX SDK in \c{qnx.sdkDir}.
+ \endtable
+*/