The examplesinstallpath variable in .qdocconf files defines the path under QT_INSTALL_EXAMPLES where examples are found. To match the way examples are packaged in Qt 5.6, prefix the install path with the repository name. Task-number: QTBUG-48736 Change-Id: Idb61addec1cc8a01c31cfa05a2424a2b4ac85a91 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
45 lines
1.7 KiB
Plaintext
45 lines
1.7 KiB
Plaintext
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
|
|
|
project = QtMultimediaWidgets
|
|
description = Qt Multimedia Widgets Documentation
|
|
version = $QT_VERSION
|
|
|
|
# The following parameters are for creating a qhp file, the qhelpgenerator
|
|
# program can convert the qhp file into a qch file which can be opened in
|
|
# Qt Assistant and/or Qt Creator.
|
|
|
|
# Defines the name of the project. You cannot use operators (+, =, -) in
|
|
# the name. Properties for this project are set using a qhp.<projectname>.property
|
|
# format.
|
|
qhp.projects = QtMultimediaWidgets
|
|
qhp.QtMultimediaWidgets.file = qtmultimediawidgets.qhp
|
|
qhp.QtMultimediaWidgets.namespace = org.qt-project.qtmultimediawidgets.$QT_VERSION_TAG
|
|
qhp.QtMultimediaWidgets.indexTitle = Qt Multimedia Widgets
|
|
qhp.QtMultimediaWidgets.virtualFolder = qtmultimediawidgets
|
|
|
|
# For listing child nodes in Qt Creator or Assistant.
|
|
qhp.QtMultimediaWidgets.subprojects = classes
|
|
qhp.QtMultimediaWidgets.subprojects.classes.title = C++ Classes
|
|
qhp.QtMultimediaWidgets.subprojects.classes.indexTitle = Qt Multimedia Widgets C++ Classes
|
|
qhp.QtMultimediaWidgets.subprojects.classes.selectors = class fake:headerfile
|
|
qhp.QtMultimediaWidgets.subprojects.classes.sortPages = true
|
|
|
|
exampledirs += ../../../examples/multimediawidgets \
|
|
snippets
|
|
|
|
# Specify example install dir under QT_INSTALL_EXAMPLES
|
|
examplesinstallpath = qtmultimedia/multimediawidgets
|
|
|
|
headerdirs += ../
|
|
|
|
imagedirs += \
|
|
|
|
sourcedirs += ../
|
|
|
|
excludedirs +=
|
|
|
|
depends += qtcore qtdoc qtquick qtqml qtmultimedia qtwidgets qtgui
|
|
|
|
navigation.landingpage = "Qt Multimedia Widgets"
|
|
navigation.cppclassespage = "Qt Multimedia Widgets C++ Classes"
|