summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-12-13 10:37:33 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2018-12-13 12:22:26 +0000
commit43b69a8dff2c0206c98d1cf33d47902a2e536a28 (patch)
tree012153c745bb8345ca9ec4da2bae218aac8bce37 /doc
parent6e509735e47fcfb289f75863953aed6bb6396408 (diff)
Qmake harness for building the documentation with qdoc
Change-Id: I8ab555de921ce5ff655494d5e67dc10143242947 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/online/qtautodeploymentserver.qdocconf11
-rw-r--r--doc/qtautodeploymentserver-project.qdocconf24
-rw-r--r--doc/qtautodeploymentserver.qdocconf2
-rw-r--r--doc/src/deployment-server.qdoc33
4 files changed, 70 insertions, 0 deletions
diff --git a/doc/online/qtautodeploymentserver.qdocconf b/doc/online/qtautodeploymentserver.qdocconf
new file mode 100644
index 0000000..95a4f9e
--- /dev/null
+++ b/doc/online/qtautodeploymentserver.qdocconf
@@ -0,0 +1,11 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults-online.qdocconf)
+
+# Add an .html file with sidebar content, used in the online style
+# HTML.stylesheets += style/qt5-sidebar.html
+
+# override defaults for Qt module documentation
+HTML.nosubdirs = "false"
+HTML.outputsubdir = "qtauto-deployment-server"
+
+include(../qtautodeploymentserver-project.qdocconf)
+
diff --git a/doc/qtautodeploymentserver-project.qdocconf b/doc/qtautodeploymentserver-project.qdocconf
new file mode 100644
index 0000000..65a4fd7
--- /dev/null
+++ b/doc/qtautodeploymentserver-project.qdocconf
@@ -0,0 +1,24 @@
+project = QtAutoDeploymentServer
+description = Qt Auto Deployment Server Documentation
+version = $QT_VERSION
+url = http://doc.qt.io/QtAutoDeploymentServer
+
+sourcedirs += src
+imagedirs += src/images
+
+qhp.projects = QtAutoDeploymentServer
+
+qhp.QtAutoDeploymentServer.file = qtautodeploymentserver.qhp
+qhp.QtAutoDeploymentServer.namespace = org.qt-project.qtautodeploymentserver.$QT_VERSION_TAG
+qhp.QtAutoDeploymentServer.virtualFolder = qtautodeploymentserver
+qhp.QtAutoDeploymentServer.indexTitle = Qt Auto Deployment Server
+qhp.QtAutoDeploymentServer.indexRoot =
+
+qhp.QtAutoDeploymentServer.filterAttributes = qtautodeploymentserver $QT_VERSION qtrefdoc
+qhp.QtAutoDeploymentServer.customFilters.Qt.name = QtAutoDeploymentServer $QT_VERSION
+qhp.QtAutoDeploymentServer.customFilters.Qt.filterAttributes = qtautodeploymentserver $QT_VERSION
+
+tagfile = qtautodeploymentserver.tags
+
+buildversion = "Qt Auto Deploymment Server $QT_VERSION"
+navigation.homepage = "Qt Auto Deployment Server"
diff --git a/doc/qtautodeploymentserver.qdocconf b/doc/qtautodeploymentserver.qdocconf
new file mode 100644
index 0000000..fa27088
--- /dev/null
+++ b/doc/qtautodeploymentserver.qdocconf
@@ -0,0 +1,2 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults-offline.qdocconf)
+include(qtautodeploymentserver-project.qdocconf)
diff --git a/doc/src/deployment-server.qdoc b/doc/src/deployment-server.qdoc
new file mode 100644
index 0000000..3a8a7c9
--- /dev/null
+++ b/doc/src/deployment-server.qdoc
@@ -0,0 +1,33 @@
+/****************************************************************************
+**
+** Copyright (C) 2019 Luxoft Sweden AB
+** Copyright (C) 2018 Pelagicore AG
+** Contact: https://www.qt.io/licensing/
+**
+** This file is part of the documentation of the Qt Auto Deployment Server.
+**
+** $QT_BEGIN_LICENSE:FDL-QTAS$
+** Commercial License Usage
+** Licensees holding valid commercial Qt Automotive Suite 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$
+**
+****************************************************************************/
+
+/*!
+ \page qtauto-deployment-server-index.html
+ \title Qt Auto Deployment Server
+
+*/