1include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) 2include($QT_INSTALL_DOCS/config/exampleurl-qtlocation.qdocconf) 3 4project = QtLocation 5description = Qt Location Reference Documentation 6version = $QT_VERSION 7 8 9 10qhp.projects = QtLocation 11 12qhp.QtLocation.file = qtlocation.qhp 13qhp.QtLocation.namespace = org.qt-project.qtlocation.$QT_VERSION_TAG 14qhp.QtLocation.virtualFolder = qtlocation 15qhp.QtLocation.indexTitle = Qt Location 16qhp.QtLocation.indexRoot = 17 18qhp.QtLocation.filterAttributes = qtlocation $QT_VERSION qtrefdoc 19qhp.QtLocation.customFilters.Qt.name = QtLocation $QT_VERSION 20qhp.QtLocation.customFilters.Qt.filterAttributes = qtlocation $QT_VERSION 21qhp.QtLocation.subprojects = classes qml examples 22qhp.QtLocation.subprojects.classes.title = C++ Classes 23qhp.QtLocation.subprojects.classes.indexTitle = Qt Location C++ Classes 24qhp.QtLocation.subprojects.classes.selectors = class fake:headerfile 25qhp.QtLocation.subprojects.classes.sortPages = true 26qhp.QtLocation.subprojects.qml.title = QML Types 27qhp.QtLocation.subprojects.qml.indexTitle = Qt Location QML Types 28qhp.QtLocation.subprojects.qml.selectors = qmlclass 29qhp.QtLocation.subprojects.qml.sortPages = true 30qhp.QtLocation.subprojects.examples.title = Qt Location Examples 31qhp.QtLocation.subprojects.examples.indexTitle = Qt Location Examples 32qhp.QtLocation.subprojects.examples.selectors = fake:example 33 34tagfile = ../../../doc/qtlocation/qtlocation.tags 35 36depends += qtcore qtdoc qtgui qtquick qtqml qtnetwork qtpositioning qtquickcontrols qtlinguist qtxmlpatterns 37 38headerdirs += .. \ 39 ../../imports/location 40 41sourcedirs += .. \ 42 ../../imports/location \ 43 ../../plugins/geoservices/nokia 44 45examplesinstallpath = location 46 47manifestmeta.highlighted.names = "QtLocation/Map Viewer (QML)" 48 49exampledirs += ../../../examples/location \ 50 snippets/ 51 52 53imagedirs += images 54 55navigation.landingpage = "Qt Location" 56navigation.cppclassespage = "Qt Location C++ Classes" 57navigation.qmltypespage = "Qt Location QML Types" 58