##// END OF EJS Templates
Doc: Make documentation versioning follow .qmake.conf...
Doc: Make documentation versioning follow .qmake.conf No reason to have hard-coded version numbers in .qdocconf, as they are available from env. variables. Change-Id: I4a118fe0127a20f01af157fbc496e3cb0ba69976 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>

File last commit:

r2882:5b51eec25ba7
r2882:5b51eec25ba7
Show More
qtcharts.qdocconf
72 lines | 2.7 KiB | text/plain | TextLexer
/ src / charts / doc / qtcharts.qdocconf
Titta Heikkala
Qt Charts project file structure change...
r2712 include($QT_INSTALL_DOCS/global/macros.qdocconf)
include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
include($QT_INSTALL_DOCS/global/compat.qdocconf)
include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)
include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
Miikka Heikkinen
Fix manifest file generation for examples...
r2745 project = QtCharts
Titta Heikkala
Qt Charts project file structure change...
r2712 description = Qt Charts Reference Documentation
Topi Reinio
Doc: Make documentation versioning follow .qmake.conf...
r2882 version = $QT_VERSION
Titta Heikkala
Qt Charts project file structure change...
r2712
Titta Heikkala
Add missing QML types to the documentation...
r2727 sourcedirs += .. \
../../chartsqml2
headerdirs += .. \
../../chartsqml2
Titta Heikkala
Qt Charts project file structure change...
r2712 exampledirs += ../../../examples/charts \
snippets
imagedirs += images
examplesinstallpath = charts
Titta Heikkala
Add missing QML types to the documentation...
r2727 sources.fileextensions = "*.cpp *.qdoc"
Titta Heikkala
Qt Charts project file structure change...
r2712 indexes += $QT_INSTALL_DOCS/qtcore/qtcore.index \
$QT_INSTALL_DOCS/qtgui/qtgui.index \
$QT_INSTALL_DOCS/qtqml/qtqml.index \
$QT_INSTALL_DOCS/qtquick/qtquick.index \
$QT_INSTALL_DOCS/qtmultimedia/qtmultimedia.index
Cpp.ignoretokens = Q_INVOKABLE \
QT_CHARTS_EXPORT \
QT_CHARTS_END_NAMESPACE \
QT_CHARTS_BEGIN_NAMESPACE
qhp.projects = QtCharts
qhp.QtCharts.file = qtcharts.qhp
Topi Reinio
Doc: Make documentation versioning follow .qmake.conf...
r2882 qhp.QtCharts.namespace = com.digia.qtcharts.$QT_VERSION_TAG
Titta Heikkala
Qt Charts project file structure change...
r2712 qhp.QtCharts.virtualFolder = qtcharts
Miikka Heikkinen
Remove "Reference" from charts doc title....
r2755 qhp.QtCharts.indexTitle = Qt Charts
Titta Heikkala
Qt Charts project file structure change...
r2712 qhp.QtCharts.indexRoot =
Topi Reinio
Doc: Make documentation versioning follow .qmake.conf...
r2882 qhp.QtCharts.filterAttributes = qtcharts $QT_VERSION qtrefdoc
qhp.QtCharts.customFilters.Qt.name = QtCharts $QT_VERSION
qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts $QT_VERSION
Titta Heikkala
Qt Charts project file structure change...
r2712
qhp.QtCharts.subprojects = gettingstarted classes types examples
qhp.QtCharts.subprojects.gettingstarted.title = Getting Started
qhp.QtCharts.subprojects.gettingstarted.indexTitle = Qt Charts Getting Started
qhp.QtCharts.subprojects.gettingstarted.selectors = fake:page
qhp.QtCharts.subprojects.gettingstarted.sortPages = true
qhp.QtCharts.subprojects.classes.title = C++ Classes
qhp.QtCharts.subprojects.classes.indexTitle = Qt Charts C++ Classes
qhp.QtCharts.subprojects.classes.selectors = class
qhp.QtCharts.subprojects.classes.sortPages = true
qhp.QtCharts.subprojects.types.title = QML Types
qhp.QtCharts.subprojects.types.indexTitle = Qt Charts QML Types
Titta Heikkala
Fix missing QML Types in assistant...
r2725 qhp.QtCharts.subprojects.types.selectors = qmlclass
Titta Heikkala
Qt Charts project file structure change...
r2712 qhp.QtCharts.subprojects.types.sortPages = true
qhp.QtCharts.subprojects.examples.title = Examples
qhp.QtCharts.subprojects.examples.indexTitle = Qt Charts Examples
qhp.QtCharts.subprojects.examples.selectors = fake:example
qhp.QtCharts.subprojects.examples.sortPages = true
navigation.landingpage = Qt Charts
navigation.cppclassespage = Qt Charts C++ Classes
navigation.qmltypespage = Qt Charts QML Types
Caroline Chao
Doc: Add missing documentation...
r2770 depends = qtwidgets
Titta Heikkala
Qt Charts project file structure change...
r2712 buildversion = Qt Charts $QT_VERSION Reference Documentation