1 | include(compat.qdocconf)
|
---|
2 | include(macros.qdocconf)
|
---|
3 | include(qt-cpp-ignore.qdocconf)
|
---|
4 | include(qt-html-templates.qdocconf)
|
---|
5 | include(qt-defines.qdocconf)
|
---|
6 |
|
---|
7 | project = Qml
|
---|
8 | description = Qml Reference Documentation
|
---|
9 | url = http://qt.nokia.com/doc/4.7/
|
---|
10 | qmlonly = true
|
---|
11 |
|
---|
12 | edition.Console.modules = QtCore QtDBus QtNetwork QtScript QtSql QtXml \
|
---|
13 | QtXmlPatterns QtTest
|
---|
14 | edition.Desktop.modules = QtCore QtDBus QtGui QtNetwork QtOpenGL QtScript QtSql QtSvg \
|
---|
15 | QtWebKit QtXml QtXmlPatterns Qt3Support QtHelp \
|
---|
16 | QtDesigner QtAssistant QAxContainer Phonon \
|
---|
17 | QAxServer QtUiTools QtTest QtDBus
|
---|
18 | edition.DesktopLight.modules = QtCore QtDBus QtGui Qt3SupportLight QtTest
|
---|
19 | edition.DesktopLight.groups = -graphicsview-api
|
---|
20 |
|
---|
21 | qhp.projects = Qml
|
---|
22 |
|
---|
23 | qhp.Qml.file = qml.qhp
|
---|
24 | qhp.Qml.namespace = com.trolltech.qml.472
|
---|
25 | qhp.Qml.virtualFolder = qdoc
|
---|
26 | qhp.Qml.indexTitle = Qml Reference
|
---|
27 |
|
---|
28 | # Files not referenced in any qdoc file
|
---|
29 | # See also extraimages.HTML
|
---|
30 | qhp.Qml.extraFiles = images/bg_l.png \
|
---|
31 | images/bg_l_blank.png \
|
---|
32 | images/bg_ll_blank.png \
|
---|
33 | images/bg_ul_blank.png \
|
---|
34 | images/header_bg.png \
|
---|
35 | images/bg_r.png \
|
---|
36 | images/box_bg.png \
|
---|
37 | images/breadcrumb.png \
|
---|
38 | images/bullet_gt.png \
|
---|
39 | images/bullet_dn.png \
|
---|
40 | images/bullet_sq.png \
|
---|
41 | images/bullet_up.png \
|
---|
42 | images/arrow_down.png \
|
---|
43 | images/feedbackground.png \
|
---|
44 | images/horBar.png \
|
---|
45 | images/page.png \
|
---|
46 | images/page_bg.png \
|
---|
47 | images/sprites-combined.png \
|
---|
48 | images/spinner.gif \
|
---|
49 | images/stylesheet-coffee-plastique.png \
|
---|
50 | images/taskmenuextension-example.png \
|
---|
51 | images/coloreditorfactoryimage.png \
|
---|
52 | images/dynamiclayouts-example.png \
|
---|
53 | scripts/functions.js \
|
---|
54 | scripts/jquery.js \
|
---|
55 | scripts/narrow.js \
|
---|
56 | scripts/superfish.js \
|
---|
57 | style/narrow.css \
|
---|
58 | style/superfish.css \
|
---|
59 | style/style_ie6.css \
|
---|
60 | style/style_ie7.css \
|
---|
61 | style/style_ie8.css \
|
---|
62 | style/style.css
|
---|
63 |
|
---|
64 | qhp.Qml.filterAttributes = qt 4.7.2 qtrefdoc
|
---|
65 | qhp.Qml.customFilters.Qt.name = Qt 4.7.2
|
---|
66 | qhp.Qml.customFilters.Qt.filterAttributes = qt 4.7.2
|
---|
67 | qhp.Qml.subprojects = classes
|
---|
68 | qhp.Qml.subprojects.classes.title = Elements
|
---|
69 | qhp.Qml.subprojects.classes.indexTitle = Qml Elements
|
---|
70 | qhp.Qml.subprojects.classes.selectors = fake:qmlclass
|
---|
71 | qhp.Qml.subprojects.classes.sortPages = true
|
---|
72 |
|
---|
73 | language = Cpp
|
---|
74 |
|
---|
75 | headerdirs = $QT_SOURCE_TREE/src/declarative
|
---|
76 | sourcedirs = $QT_SOURCE_TREE/src/declarative \
|
---|
77 | $QT_SOURCE_TREE/doc/src/declarative
|
---|
78 |
|
---|
79 | sources += $QT_SOURCE_TREE/doc/src/tutorials/declarative.qdoc
|
---|
80 |
|
---|
81 | sources.fileextensions = "*.cpp *.qdoc"
|
---|
82 | examples.fileextensions = "*.cpp *.h *.js *.qml"
|
---|
83 |
|
---|
84 | exampledirs = $QT_SOURCE_TREE/doc/src \
|
---|
85 | $QT_SOURCE_TREE/examples \
|
---|
86 | $QT_SOURCE_TREE/examples/tutorials \
|
---|
87 | $QT_SOURCE_TREE \
|
---|
88 | $QT_SOURCE_TREE/qmake/examples \
|
---|
89 | $QT_SOURCE_TREE/src/3rdparty/webkit/WebKit/qt/docs
|
---|
90 | imagedirs = $QT_SOURCE_TREE/doc/src/images \
|
---|
91 | $QT_SOURCE_TREE/examples \
|
---|
92 | $QT_SOURCE_TREE/doc/src/declarative/pics \
|
---|
93 | $QT_SOURCE_TREE/doc/src/template/images
|
---|
94 | outputdir = $QT_BUILD_TREE/doc-build/html-qml
|
---|
95 | tagfile = $QT_BUILD_TREE/doc-build/html-qml/qt.tags
|
---|
96 | base = file:$QT_BUILD_TREE/doc/html-qml
|
---|