aboutsummaryrefslogtreecommitdiffstats
path: root/doc/neptuneui-project.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2017-02-06 13:50:41 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2017-02-07 08:33:42 +0000
commit2180a504ec446627467d0e22f5f5c6fb6689c67b (patch)
tree4204895dfd680aa506aaca943e576c1e11b11178 /doc/neptuneui-project.qdocconf
parent9889318dd059b4e3be922b73eb4c9379f61a1ae2 (diff)
Doc: Rename documentation config files
Documentation build system expects the output directory name to match with the (lowercased) qdocconf project name. The outputdir is generated from the .qdocconf filename(s); renaming them allows other doc modules to find the index file for the 'neptuneui' dependency. Change-Id: I395baf44bccc77c38dab74fca4926701961d3f85 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'doc/neptuneui-project.qdocconf')
-rw-r--r--doc/neptuneui-project.qdocconf25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/neptuneui-project.qdocconf b/doc/neptuneui-project.qdocconf
new file mode 100644
index 0000000..2d644be
--- /dev/null
+++ b/doc/neptuneui-project.qdocconf
@@ -0,0 +1,25 @@
+project = NeptuneUI
+version = $QT_VERSION
+url = http://doc.qt.io/NeptuneUI
+
+sourcedirs += src
+
+imagedirs += src/images
+
+depends += qtquick qtqml applicationmanager
+
+qhp.projects = NeptuneUI
+qhp.NeptuneUI.file = neptuneui.qhp
+qhp.NeptuneUI.namespace = io.qt.neptuneui.$QT_VERSION_TAG
+qhp.NeptuneUI.virtualFolder = neptuneui
+qhp.NeptuneUI.indexTitle = Neptune UI
+qhp.NeptuneUI.indexRoot =
+
+qhp.NeptuneUI.filterAttributes = NeptuneUI $QT_VERSION
+qhp.NeptuneUI.customFilters.NeptuneUI.name = Neptune UI $QT_VERSION
+qhp.NeptuneUI.customFilters.NeptuneUI.filterAttributes = NeptuneUI $QT_VERSION
+
+navigation.landingpage = "Neptune UI"
+navigation.homepage = "Qt Automotive Suite"
+
+macro.QAS = "Qt Automotive Suite"