|
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.6/ |
|
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.460 |
|
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_r.png \ |
|
33 images/box_bg.png \ |
|
34 images/breadcrumb.png \ |
|
35 images/bullet_gt.png \ |
|
36 images/bullet_dn.png \ |
|
37 images/bullet_sq.png \ |
|
38 images/bullet_up.png \ |
|
39 images/feedbackground.png \ |
|
40 images/horBar.png \ |
|
41 images/page.png \ |
|
42 images/page_bg.png \ |
|
43 images/sprites-combined.png \ |
|
44 images/stylesheet-coffee-plastique.png \ |
|
45 images/taskmenuextension-example.png \ |
|
46 images/coloreditorfactoryimage.png \ |
|
47 images/dynamiclayouts-example.png \ |
|
48 scripts/functions.js \ |
|
49 scripts/jquery.js \ |
|
50 style/style_ie6.css \ |
|
51 style/style_ie7.css \ |
|
52 style/style_ie8.css \ |
|
53 style/style.css |
|
54 |
|
55 qhp.Qml.filterAttributes = qt 4.6.0 qtrefdoc |
|
56 qhp.Qml.customFilters.Qt.name = Qt 4.6.0 |
|
57 qhp.Qml.customFilters.Qt.filterAttributes = qt 4.6.0 |
|
58 qhp.Qml.subprojects = classes |
|
59 qhp.Qml.subprojects.classes.title = Elements |
|
60 qhp.Qml.subprojects.classes.indexTitle = Qml Elements |
|
61 qhp.Qml.subprojects.classes.selectors = fake:qmlclass |
|
62 qhp.Qml.subprojects.classes.sortPages = true |
|
63 |
|
64 language = Cpp |
|
65 |
|
66 headerdirs = $QT_SOURCE_TREE/src/declarative |
|
67 sourcedirs = $QT_SOURCE_TREE/src/declarative \ |
|
68 $QT_SOURCE_TREE/doc/src/declarative |
|
69 |
|
70 sources += $QT_SOURCE_TREE/doc/src/tutorials/declarative.qdoc |
|
71 |
|
72 sources.fileextensions = "*.cpp *.qdoc" |
|
73 examples.fileextensions = "*.cpp *.h *.js *.qml" |
|
74 |
|
75 exampledirs = $QT_SOURCE_TREE/doc/src \ |
|
76 $QT_SOURCE_TREE/examples \ |
|
77 $QT_SOURCE_TREE/examples/tutorials \ |
|
78 $QT_SOURCE_TREE \ |
|
79 $QT_SOURCE_TREE/qmake/examples \ |
|
80 $QT_SOURCE_TREE/src/3rdparty/webkit/WebKit/qt/docs |
|
81 imagedirs = $QT_SOURCE_TREE/doc/src/images \ |
|
82 $QT_SOURCE_TREE/examples \ |
|
83 $QT_SOURCE_TREE/doc/src/declarative/pics \ |
|
84 $QT_SOURCE_TREE/doc/src/template/images |
|
85 outputdir = $QT_BUILD_TREE/doc-build/html-qml |
|
86 tagfile = $QT_BUILD_TREE/doc-build/html-qml/qt.tags |
|
87 base = file:$QT_BUILD_TREE/doc/html-qml |