@@ -1,70 +1,70 | |||
|
1 | 1 | include($QT_INSTALL_DOCS/global/macros.qdocconf) |
|
2 | 2 | include($QT_INSTALL_DOCS/global/qt-cpp-defines.qdocconf) |
|
3 | 3 | include($QT_INSTALL_DOCS/global/compat.qdocconf) |
|
4 | 4 | include($QT_INSTALL_DOCS/global/fileextensions.qdocconf) |
|
5 | 5 | include($QT_INSTALL_DOCS/global/qt-html-templates-offline.qdocconf) |
|
6 | 6 | |
|
7 | 7 | project = QtCharts |
|
8 | 8 | description = Qt Charts Reference Documentation |
|
9 | 9 | version = 2.0.0 |
|
10 | 10 | |
|
11 | 11 | sourcedirs += .. \ |
|
12 | 12 | ../../chartsqml2 |
|
13 | 13 | headerdirs += .. \ |
|
14 | 14 | ../../chartsqml2 |
|
15 | 15 | exampledirs += ../../../examples/charts \ |
|
16 | 16 | snippets |
|
17 | 17 | imagedirs += images |
|
18 | 18 | examplesinstallpath = charts |
|
19 | 19 | |
|
20 | 20 | sources.fileextensions = "*.cpp *.qdoc" |
|
21 | 21 | |
|
22 | 22 | indexes += $QT_INSTALL_DOCS/qtcore/qtcore.index \ |
|
23 | 23 | $QT_INSTALL_DOCS/qtgui/qtgui.index \ |
|
24 | 24 | $QT_INSTALL_DOCS/qtqml/qtqml.index \ |
|
25 | 25 | $QT_INSTALL_DOCS/qtquick/qtquick.index \ |
|
26 | 26 | $QT_INSTALL_DOCS/qtmultimedia/qtmultimedia.index |
|
27 | 27 | |
|
28 | 28 | Cpp.ignoretokens = Q_INVOKABLE \ |
|
29 | 29 | QT_CHARTS_EXPORT \ |
|
30 | 30 | QT_CHARTS_END_NAMESPACE \ |
|
31 | 31 | QT_CHARTS_BEGIN_NAMESPACE |
|
32 | 32 | |
|
33 | 33 | qhp.projects = QtCharts |
|
34 | 34 | qhp.QtCharts.file = qtcharts.qhp |
|
35 | 35 | qhp.QtCharts.namespace = com.digia.qtcharts.200 |
|
36 | 36 | qhp.QtCharts.virtualFolder = qtcharts |
|
37 |
qhp.QtCharts.indexTitle = Qt Charts |
|
|
37 | qhp.QtCharts.indexTitle = Qt Charts | |
|
38 | 38 | qhp.QtCharts.indexRoot = |
|
39 | 39 | |
|
40 | 40 | qhp.QtCharts.filterAttributes = qtcharts 2.0.0 qtrefdoc |
|
41 | 41 | qhp.QtCharts.customFilters.Qt.name = QtCharts 2.0.0 |
|
42 | 42 | qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts 2.0.0 |
|
43 | 43 | |
|
44 | 44 | qhp.QtCharts.subprojects = gettingstarted classes types examples |
|
45 | 45 | |
|
46 | 46 | qhp.QtCharts.subprojects.gettingstarted.title = Getting Started |
|
47 | 47 | qhp.QtCharts.subprojects.gettingstarted.indexTitle = Qt Charts Getting Started |
|
48 | 48 | qhp.QtCharts.subprojects.gettingstarted.selectors = fake:page |
|
49 | 49 | qhp.QtCharts.subprojects.gettingstarted.sortPages = true |
|
50 | 50 | |
|
51 | 51 | qhp.QtCharts.subprojects.classes.title = C++ Classes |
|
52 | 52 | qhp.QtCharts.subprojects.classes.indexTitle = Qt Charts C++ Classes |
|
53 | 53 | qhp.QtCharts.subprojects.classes.selectors = class |
|
54 | 54 | qhp.QtCharts.subprojects.classes.sortPages = true |
|
55 | 55 | |
|
56 | 56 | qhp.QtCharts.subprojects.types.title = QML Types |
|
57 | 57 | qhp.QtCharts.subprojects.types.indexTitle = Qt Charts QML Types |
|
58 | 58 | qhp.QtCharts.subprojects.types.selectors = qmlclass |
|
59 | 59 | qhp.QtCharts.subprojects.types.sortPages = true |
|
60 | 60 | |
|
61 | 61 | qhp.QtCharts.subprojects.examples.title = Examples |
|
62 | 62 | qhp.QtCharts.subprojects.examples.indexTitle = Qt Charts Examples |
|
63 | 63 | qhp.QtCharts.subprojects.examples.selectors = fake:example |
|
64 | 64 | qhp.QtCharts.subprojects.examples.sortPages = true |
|
65 | 65 | |
|
66 | 66 | navigation.landingpage = Qt Charts |
|
67 | 67 | navigation.cppclassespage = Qt Charts C++ Classes |
|
68 | 68 | navigation.qmltypespage = Qt Charts QML Types |
|
69 | 69 | |
|
70 | 70 | buildversion = Qt Charts $QT_VERSION Reference Documentation |
General Comments 0
You need to be logged in to leave comments.
Login now