aboutsummaryrefslogtreecommitdiffstats
path: root/src/geniviextras/doc/qtgeniviextras-project.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'src/geniviextras/doc/qtgeniviextras-project.qdocconf')
-rw-r--r--src/geniviextras/doc/qtgeniviextras-project.qdocconf51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/geniviextras/doc/qtgeniviextras-project.qdocconf b/src/geniviextras/doc/qtgeniviextras-project.qdocconf
new file mode 100644
index 0000000..89b2ccc
--- /dev/null
+++ b/src/geniviextras/doc/qtgeniviextras-project.qdocconf
@@ -0,0 +1,51 @@
+project = QtGeniviExtras
+description = QtGeniviExtras Reference Documentation
+version = $QT_VERSION
+url = http://doc.qt.io/QtGeniviExtras
+
+sourcedirs += .
+headerdirs += .
+headerdirs += ..
+sourcedirs += ..
+
+exampledirs += ../../../examples/geniviextras \
+ snippets
+
+examplesinstallpath = geniviextras
+
+imagedirs += images
+
+qhp.projects = QtGeniviExtras
+
+qhp.QtGeniviExtras.file = qtgeniviextras.qhp
+qhp.QtGeniviExtras.namespace = org.qt-project.qtgeniviextras.$QT_VERSION_TAG
+qhp.QtGeniviExtras.virtualFolder = qtgeniviextras
+qhp.QtGeniviExtras.indexTitle = Qt GENIVI Extras
+qhp.QtGeniviExtras.indexRoot =
+
+qhp.QtGeniviExtras.filterAttributes = qtgeniviextras $QT_VERSION qtrefdoc
+qhp.QtGeniviExtras.customFilters.Qt.name = QtGeniviExtras $QT_VERSION
+qhp.QtGeniviExtras.customFilters.Qt.filterAttributes = qtgeniviextras $QT_VERSION
+
+qhp.QtGeniviExtras.subprojects = classes qml examples
+
+qhp.QtGeniviExtras.subprojects.classes.title = C++ Classes
+qhp.QtGeniviExtras.subprojects.classes.indexTitle = Qt GENIVI Extras C++ Classes
+qhp.QtGeniviExtras.subprojects.classes.selectors = class fake:headerfile
+qhp.QtGeniviExtras.subprojects.classes.sortPages = true
+
+qhp.QtGeniviExtras.subprojects.examples.title = Examples
+qhp.QtGeniviExtras.subprojects.examples.indexTitle = Qt GENIVI Extras Examples
+qhp.QtGeniviExtras.subprojects.examples.selectors = fake:example
+qhp.QtGeniviExtras.subprojects.examples.sortPages = true
+
+tagfile = qtgeniviextras.tags
+
+depends += qtcore qtdoc qtautomotivesuite
+
+indexes += ../../../doc/qtautomotivesuite/qtautomotivesuite.index
+
+navigation.homepage = "Qt Automotive Suite"
+navigation.landingpage = "Qt GENIVI Extras"
+navigation.cppclassespage = "Qt GENIVI Extras C++ Classes"
+buildversion = "Qt GENIVI Extras"