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