-
Caroline Chao authored
This change fixes the following things in .qdocconf: - CamelCase for project name - Proper selector for QML Types topic - Remove exampledirs since there is currently no example (Both exampledirs and exampleinstallpath should be used if examples are added) Change-Id: I5c56d2e57889fb0e9a94e03222af0cdf2858ddc2 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
5cea9fc3
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
project = QtQuickLayouts
description = Qt Quick Layouts Reference Documentation
url = http://qt-project.org/doc/qt-$QT_VER/qtquicklayouts/
version = $QT_VERSION
qhp.projects = QtQuickLayouts
qhp.QtQuickLayouts.file = qtquicklayouts.qhp
qhp.QtQuickLayouts.namespace = org.qt-project.qtquicklayouts.$QT_VERSION_TAG
qhp.QtQuickLayouts.virtualFolder = qtquicklayouts
qhp.QtQuickLayouts.indexTitle = Qt Quick Layouts
qhp.QtQuickLayouts.indexRoot =
qhp.QtQuickLayouts.filterAttributes = qtquicklayouts $QT_VERSION qtrefdoc
qhp.QtQuickLayouts.customFilters.Qt.name = QtQuickLayouts $QT_VERSION
qhp.QtQuickLayouts.customFilters.Qt.filterAttributes = qtquicklayouts $QT_VERSION
qhp.QtQuickLayouts.subprojects = qtquicklayoutsqmltypes
qhp.QtQuickLayouts.subprojects.qtquicklayoutsqmltypes.title = QML Types
qhp.QtQuickLayouts.subprojects.qtquicklayoutsqmltypes.indexTitle = Qt Quick Layouts
qhp.QtQuickLayouts.subprojects.qtquicklayoutsqmltypes.selectors = class fake:qmlClass
qhp.QtQuickLayouts.subprojects.qtquicklayoutsqmltypes.sortPages = true
qhp.QtQuickLayouts.subprojects.qtquicklayoutsqmltypes.type = manual
depends = qtqml qtquick qtwidgets qtdoc qtquickcontrols
headerdirs += ..
sourcedirs += ..
imagedirs += images