summaryrefslogtreecommitdiff
path: root/src/location/doc/qtlocation.qdocconf
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-07-01 15:14:32 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-12 15:00:17 +0200
commit7197e14116c4e214efc5e8c6a0a6ab6a7990a634 (patch)
tree4d62acc4500124042e8fd7978c5e601d42d775dd /src/location/doc/qtlocation.qdocconf
parentc955dcea2df9378a45d53d5556a1f726bcf05306 (diff)
downloadqtlocation-7197e14116c4e214efc5e8c6a0a6ab6a7990a634.tar.gz
Fix QtLocation documentation
This moves the docs to its proper place and fixes content as well as broken links. There are still some warnings left. Change-Id: Ie83086f4feabab5f3b3d6c92eb6b401a5ff43e29 Reviewed-by: Alex <alexander.blasche@digia.com>
Diffstat (limited to 'src/location/doc/qtlocation.qdocconf')
-rw-r--r--src/location/doc/qtlocation.qdocconf56
1 files changed, 56 insertions, 0 deletions
diff --git a/src/location/doc/qtlocation.qdocconf b/src/location/doc/qtlocation.qdocconf
new file mode 100644
index 00000000..a5b10857
--- /dev/null
+++ b/src/location/doc/qtlocation.qdocconf
@@ -0,0 +1,56 @@
+include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
+
+project = QtLocation
+description = Qt Location Reference Documentation
+url = http://qt-project.org/doc/qt-$QT_VER/qtlocation
+version = $QT_VERSION
+
+
+
+qhp.projects = QtLocation
+
+qhp.QtLocation.file = qtlocation.qhp
+qhp.QtLocation.namespace = org.qt-project.qtlocation.$QT_VERSION_TAG
+qhp.QtLocation.virtualFolder = qtlocation
+qhp.QtLocation.indexTitle = Qt Location
+qhp.QtLocation.indexRoot =
+
+qhp.QtLocation.filterAttributes = qtlocation $QT_VERSION qtrefdoc
+qhp.QtLocation.customFilters.Qt.name = QtLocation $QT_VERSION
+qhp.QtLocation.customFilters.Qt.filterAttributes = qtLocation $QT_VERSION
+qhp.QtLocation.subprojects = overviews classes qml examples
+qhp.QtLocation.subprojects.classes.title = C++ Classes
+qhp.QtLocation.subprojects.classes.indexTitle = Qt Location C++ Classes
+qhp.QtLocation.subprojects.classes.selectors = class fake:headerfile
+qhp.QtLocation.subprojects.classes.sortPages = true
+qhp.QtLocation.subprojects.qml.title = QML Types
+qhp.QtLocation.subprojects.qml.indexTitle = Qt Location QML Types
+qhp.QtLocation.subprojects.qml.selectors = fake:headerfile
+qhp.QtLocation.subprojects.qml.sortPages = true
+qhp.QtLocation.subprojects.overviews.title = Overviews
+qhp.QtLocation.subprojects.overviews.indexTitle = Qt Location Overview
+qhp.QtLocation.subprojects.overviews.selectors = fake:page,group,module
+qhp.QtLocation.subprojects.examples.title = Qt Location Examples
+qhp.QtLocation.subprojects.examples.indexTitle = Qt Location Examples
+qhp.QtLocation.subprojects.examples.selectors = fake:example
+
+tagfile = ../../../doc/qtlocation/qtlocation.tags
+
+depends += qtcore qtdoc qtquick qtqml qtnetwork
+
+headerdirs += .. \
+ ../../imports/location
+
+sourcedirs += .. \
+ ../../imports/location \
+
+exampledirs += ../../../examples \
+ ../../../examples/declarative \
+ snippets/
+
+
+imagedirs += images
+
+navigation.landingpage = "Qt Location"
+navigation.cppclassespage = "Qt Location C++ Classes"
+navigation.qmltypespage = "Qt Location QML Types"