-for navigation bar Change-Id: I2d60e0145952c99afb6b103d0188ce846c192634 Reviewed-by: Yoann Lopes <yoann.lopes@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
|
|
|
|
project = QtMultimediaWidgets
|
|
description = Qt Multimedia Widgets Documentation
|
|
url = http://qt-project.org/doc/qt-$QT_VER/qtmultimediawidgets
|
|
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 = 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"
|