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