##// END OF EJS Templates
Doc: Remove repository name from examplesinstallpath...
Topi Reinio -
r2883:8a781841812a
parent child
Show More
@@ -1,60 +1,60
1 include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
1 include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
2
2
3 project = QtCharts
3 project = QtCharts
4 description = Qt Charts Reference Documentation
4 description = Qt Charts Reference Documentation
5 version = $QT_VERSION
5 version = $QT_VERSION
6
6
7 sourcedirs += .. \
7 sourcedirs += .. \
8 ../../chartsqml2
8 ../../chartsqml2
9 headerdirs += .. \
9 headerdirs += .. \
10 ../../chartsqml2
10 ../../chartsqml2
11 exampledirs += ../../../examples/charts \
11 exampledirs += ../../../examples/charts \
12 snippets
12 snippets
13 imagedirs += images
13 imagedirs += images
14
14
15 examplesinstallpath = qtcharts/charts
15 examplesinstallpath = charts
16
16
17 sources.fileextensions = "*.cpp *.qdoc"
17 sources.fileextensions = "*.cpp *.qdoc"
18
18
19 depends = qtcore qtgui qtwidgets qtqml qtquick qtmultimedia qtdoc
19 depends = qtcore qtgui qtwidgets qtqml qtquick qtmultimedia qtdoc
20
20
21 Cpp.ignoretokens += QT_CHARTS_EXPORT \
21 Cpp.ignoretokens += QT_CHARTS_EXPORT \
22 QT_CHARTS_END_NAMESPACE \
22 QT_CHARTS_END_NAMESPACE \
23 QT_CHARTS_BEGIN_NAMESPACE
23 QT_CHARTS_BEGIN_NAMESPACE
24
24
25 qhp.projects = QtCharts
25 qhp.projects = QtCharts
26 qhp.QtCharts.file = qtcharts.qhp
26 qhp.QtCharts.file = qtcharts.qhp
27 qhp.QtCharts.namespace = org.qt-project.qtcharts.$QT_VERSION_TAG
27 qhp.QtCharts.namespace = org.qt-project.qtcharts.$QT_VERSION_TAG
28 qhp.QtCharts.virtualFolder = qtcharts
28 qhp.QtCharts.virtualFolder = qtcharts
29 qhp.QtCharts.indexTitle = Qt Charts
29 qhp.QtCharts.indexTitle = Qt Charts
30 qhp.QtCharts.indexRoot =
30 qhp.QtCharts.indexRoot =
31
31
32 qhp.QtCharts.filterAttributes = qtcharts $QT_VERSION qtrefdoc
32 qhp.QtCharts.filterAttributes = qtcharts $QT_VERSION qtrefdoc
33 qhp.QtCharts.customFilters.Qt.name = QtCharts $QT_VERSION
33 qhp.QtCharts.customFilters.Qt.name = QtCharts $QT_VERSION
34 qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts $QT_VERSION
34 qhp.QtCharts.customFilters.Qt.filterAttributes = qtcharts $QT_VERSION
35
35
36 qhp.QtCharts.subprojects = gettingstarted classes types examples
36 qhp.QtCharts.subprojects = gettingstarted classes types examples
37
37
38 qhp.QtCharts.subprojects.gettingstarted.title = Getting Started
38 qhp.QtCharts.subprojects.gettingstarted.title = Getting Started
39 qhp.QtCharts.subprojects.gettingstarted.indexTitle = Qt Charts Getting Started
39 qhp.QtCharts.subprojects.gettingstarted.indexTitle = Qt Charts Getting Started
40 qhp.QtCharts.subprojects.gettingstarted.selectors = fake:page
40 qhp.QtCharts.subprojects.gettingstarted.selectors = fake:page
41 qhp.QtCharts.subprojects.gettingstarted.sortPages = true
41 qhp.QtCharts.subprojects.gettingstarted.sortPages = true
42
42
43 qhp.QtCharts.subprojects.classes.title = C++ Classes
43 qhp.QtCharts.subprojects.classes.title = C++ Classes
44 qhp.QtCharts.subprojects.classes.indexTitle = Qt Charts C++ Classes
44 qhp.QtCharts.subprojects.classes.indexTitle = Qt Charts C++ Classes
45 qhp.QtCharts.subprojects.classes.selectors = class
45 qhp.QtCharts.subprojects.classes.selectors = class
46 qhp.QtCharts.subprojects.classes.sortPages = true
46 qhp.QtCharts.subprojects.classes.sortPages = true
47
47
48 qhp.QtCharts.subprojects.types.title = QML Types
48 qhp.QtCharts.subprojects.types.title = QML Types
49 qhp.QtCharts.subprojects.types.indexTitle = Qt Charts QML Types
49 qhp.QtCharts.subprojects.types.indexTitle = Qt Charts QML Types
50 qhp.QtCharts.subprojects.types.selectors = qmlclass
50 qhp.QtCharts.subprojects.types.selectors = qmlclass
51 qhp.QtCharts.subprojects.types.sortPages = true
51 qhp.QtCharts.subprojects.types.sortPages = true
52
52
53 qhp.QtCharts.subprojects.examples.title = Examples
53 qhp.QtCharts.subprojects.examples.title = Examples
54 qhp.QtCharts.subprojects.examples.indexTitle = Qt Charts Examples
54 qhp.QtCharts.subprojects.examples.indexTitle = Qt Charts Examples
55 qhp.QtCharts.subprojects.examples.selectors = fake:example
55 qhp.QtCharts.subprojects.examples.selectors = fake:example
56 qhp.QtCharts.subprojects.examples.sortPages = true
56 qhp.QtCharts.subprojects.examples.sortPages = true
57
57
58 navigation.landingpage = Qt Charts
58 navigation.landingpage = Qt Charts
59 navigation.cppclassespage = Qt Charts C++ Classes
59 navigation.cppclassespage = Qt Charts C++ Classes
60 navigation.qmltypespage = Qt Charts QML Types
60 navigation.qmltypespage = Qt Charts QML Types
General Comments 0
You need to be logged in to leave comments. Login now