aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2015-01-06 18:32:04 -0800
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-09 10:19:24 +0000
commit4b9248c8e3724f9758931d40a7163ee5cb7e3cc5 (patch)
tree3977cc3403d8bc158d3f610a3f5cfaafb9bb0d7f /doc
parent9567f37d9f7b5f47caa01ba2d0dca61314d4deb5 (diff)
Add support for building XPC services.
Change-Id: Ib1feaba0a13416f6cb074add4fddfd107f19d59b Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/items/transformer.qdoc3
-rw-r--r--doc/reference/items/xpcservice.qdoc41
2 files changed, 43 insertions, 1 deletions
diff --git a/doc/reference/items/transformer.qdoc b/doc/reference/items/transformer.qdoc
index 8c2c6458a..621b52917 100644
--- a/doc/reference/items/transformer.qdoc
+++ b/doc/reference/items/transformer.qdoc
@@ -29,8 +29,9 @@
****************************************************************************/
/*!
\contentspage list-of-items.html
- \previouspage subproject-item.html
\page transformer-item.html
+ \previouspage subproject-item.html
+ \nextpage xpcservice-item.html
\ingroup list-of-items
\title Transformer Item
diff --git a/doc/reference/items/xpcservice.qdoc b/doc/reference/items/xpcservice.qdoc
new file mode 100644
index 000000000..5514685c5
--- /dev/null
+++ b/doc/reference/items/xpcservice.qdoc
@@ -0,0 +1,41 @@
+/****************************************************************************
+**
+** Copyright (C) 2015 Jake Petroules.
+** Contact: http://www.qt-project.org/legal
+**
+** This file is part of the Qt Build Suite.
+**
+** 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 Digia. For licensing terms and
+** conditions see http://www.qt.io/licensing. For further information
+** use the contact form at http://www.qt.io/contact-us.
+**
+** GNU Lesser General Public License Usage
+** Alternatively, this file may be used under the terms of the GNU Lesser
+** General Public License version 2.1 or version 3 as published by the Free
+** Software Foundation and appearing in the file LICENSE.LGPLv21 and
+** LICENSE.LGPLv3 included in the packaging of this file. Please review the
+** following information to ensure the GNU Lesser General Public License
+** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
+** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
+**
+** In addition, as a special exception, Digia gives you certain additional
+** rights. These rights are described in the Digia Qt LGPL Exception
+** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
+**
+****************************************************************************/
+/*!
+ \contentspage list-of-items.html
+ \page xpcservice-item.html
+ \previouspage transformer-item.html
+ \ingroup list-of-items
+
+ \title XPCService Item
+ \brief Represents a product that is an OS X or iOS XPC service.
+
+ An \c XPCService item is a convenience item based on \c Application that
+ sets some properties required for OS X and iOS XPC services.
+*/