summaryrefslogtreecommitdiffstats
path: root/src/core/doc
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-12-21 15:51:52 +0000
committerSean Harmer <sean.harmer@kdab.com>2014-12-22 12:16:46 +0100
commit5c5bedea7ee09bca7e33be8851abfb775e74c5b2 (patch)
tree72367640fb575f26ee5ca4c0dcb3c060810a9148 /src/core/doc
parent3ffbf56ba16a5831919fbead28c4d656ce98c417 (diff)
Add qdocconf file for Qt3DCore
Change-Id: I5407b486a5a7d5a1eacc654c2c227b8114959b65 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/doc')
-rw-r--r--src/core/doc/qt3dcore.qdocconf40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/core/doc/qt3dcore.qdocconf b/src/core/doc/qt3dcore.qdocconf
new file mode 100644
index 000000000..c2907b22c
--- /dev/null
+++ b/src/core/doc/qt3dcore.qdocconf
@@ -0,0 +1,40 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
+
+project = Qt3DCore
+description = Qt3D Core Reference Documentation
+version = $QT_VERSION
+
+examplesinstallpath = qt3d
+
+qhp.projects = Qt3DCore
+
+qhp.Qt3DCore.file = qt3dcore.qhp
+qhp.Qt3DCore.namespace = org.qt-project.qt3dcore.$QT_VERSION_TAG
+qhp.Qt3DCore.virtualFolder = qt3dcore
+qhp.Qt3DCore.indexTitle = Qt3D Core
+qhp.Qt3DCore.indexRoot =
+
+qhp.Qt3DCore.filterAttributes = qt3dcore $QT_VERSION qtrefdoc
+qhp.Qt3DCore.customFilters.Qt.name = Qt3DCore $QT_VERSION
+qhp.Qt3DCore.customFilters.Qt.filterAttributes = qt3dcore $QT_VERSION
+
+qhp.Qt3DCore.subprojects = classes
+qhp.Qt3DCore.subprojects.classes.title = C++ Classes
+qhp.Qt3DCore.subprojects.classes.indexTitle = Qt3D Core C++ Classes
+qhp.Qt3DCore.subprojects.classes.selectors = class fake:headerfile
+qhp.Qt3DCore.subprojects.classes.sortPages = true
+
+tagfile = ../../../doc/qt3dcore/qt3dcore.tags
+
+depends += qtcore qtdoc
+
+headerdirs += ..
+sourcedirs += ..
+exampledirs += src/snippets
+
+#excludedirs +=
+
+imagedirs += images
+
+navigation.landingpage = "Qt3D Core"
+navigation.cppclassespage = "Qt3D Core C++ Classes"