##// END OF EJS Templates
Doc: Use a standard documentation config for a Qt module...
Topi Reinio -
r2862:b8bfb31b9099
parent child
Show More
@@ -70,7 +70,7 Both Qt Assistant (qtcharts.qch) and in HTML format (qtcharts subfolder)
70 70 documentation is generated.
71 71
72 72 Please refer to the generated documentation for more information:
73 doc/qtcharts/index.html
73 doc/qtcharts/qtcharts-index.html
74 74
75 75 Known issues
76 76 ============
@@ -1,8 +1,4
1 include($QT_INSTALL_DOCS/global/macros.qdocconf)
2 include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf)
3 include($QT_INSTALL_DOCS/global/compat.qdocconf)
4 include($QT_INSTALL_DOCS/global/fileextensions.qdocconf)
5 include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf)
1 include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
6 2
7 3 project = QtCharts
8 4 description = Qt Charts Reference Documentation
@@ -15,24 +11,20 headerdirs += .. \
15 11 exampledirs += ../../../examples/charts \
16 12 snippets
17 13 imagedirs += images
18 examplesinstallpath = charts
14
15 examplesinstallpath = qtcharts/charts
19 16
20 17 sources.fileextensions = "*.cpp *.qdoc"
21 18
22 indexes += $QT_INSTALL_DOCS/qtcore/qtcore.index \
23 $QT_INSTALL_DOCS/qtgui/qtgui.index \
24 $QT_INSTALL_DOCS/qtqml/qtqml.index \
25 $QT_INSTALL_DOCS/qtquick/qtquick.index \
26 $QT_INSTALL_DOCS/qtmultimedia/qtmultimedia.index
19 depends = qtcore qtgui qtwidgets qtqml qtquick qtmultimedia qtdoc
27 20
28 Cpp.ignoretokens = Q_INVOKABLE \
29 QT_CHARTS_EXPORT \
21 Cpp.ignoretokens += QT_CHARTS_EXPORT \
30 22 QT_CHARTS_END_NAMESPACE \
31 23 QT_CHARTS_BEGIN_NAMESPACE
32 24
33 25 qhp.projects = QtCharts
34 26 qhp.QtCharts.file = qtcharts.qhp
35 qhp.QtCharts.namespace = com.digia.qtcharts.$QT_VERSION_TAG
27 qhp.QtCharts.namespace = org.qt-project.qtcharts.$QT_VERSION_TAG
36 28 qhp.QtCharts.virtualFolder = qtcharts
37 29 qhp.QtCharts.indexTitle = Qt Charts
38 30 qhp.QtCharts.indexRoot =
@@ -66,7 +58,3 qhp.QtCharts.subprojects.examples.sortPages = true
66 58 navigation.landingpage = Qt Charts
67 59 navigation.cppclassespage = Qt Charts C++ Classes
68 60 navigation.qmltypespage = Qt Charts QML Types
69
70 depends = qtwidgets
71
72 buildversion = Qt Charts $QT_VERSION Reference Documentation
@@ -29,8 +29,7
29 29
30 30 /*!
31 31 \title Qt Charts
32 \page index.html
33 \keyword About
32 \page qtcharts-index.html
34 33
35 34 Qt Charts module provides a set of easy to use chart components. It uses the Qt Graphics View
36 35 Framework, therefore charts can be easily integrated to modern user interfaces. Qt Charts can
General Comments 0
You need to be logged in to leave comments. Login now