summaryrefslogtreecommitdiffstats
path: root/doc/qt-defines.qdocconf
blob: 66b483de43d2f4f92b0974168dd2a13dd18bfc75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
defines                 = Q_QDOC \
                          QT_.*_SUPPORT \
                          QT_.*_LIB \
                          QT_COMPAT \
                          QT_KEYPAD_NAVIGATION \
			  QT_NO_EGL \
                          QT3_SUPPORT \
                          Q_WS_.* \
                          Q_OS_.* \
                          Q_BYTE_ORDER \
			  QT_DEPRECATED \
                          Q_NO_USING_KEYWORD \
                          __cplusplus

versionsym              = QT_VERSION_STR

codeindent              = 1

# Files not referenced in any qdoc file (last four needed by qtdemo)
# See also qhp.Qt.extraFiles
extraimages.HTML        = qt-logo \
                          trolltech-logo \
			  api_examples.png \
			  bg_ll.png \
			  bg_ul_blank.png \
			  bullet_gt.png \
			  horBar.png \
			  qt_ref_doc.png \
			  api_lookup.png \
			  bg_ll_blank.png \
			  bg_ur.png \
			  bullet_sq.png \
			  bullet_dn.png \
			  bullet_up.png \
			  page_bg.png \
			  qt_tools.png \
			  api_topics.png \
			  bg_lr.png \
			  bg_ur_blank.png \
			  content_bg.png \
			  print.png \
			  sep.png \
			  bg_l.png \
			  bg_r.png \
			  box_bg.png \
			  feedbackground.png \
			  qt_guide.png \
			  sprites-combined.png \
			  bg_l_blank.png \
			  bg_ul.png \
			  breadcrumb.png \
			  form_bg.png \
			  qt_icon.png \
			  header.png

# This stuff is used by the new doc format.
scriptdirs              = $SRCDIR/templates/scripts
styledirs               = $SRCDIR/templates/style

scripts.HTML		= functions.js \
			  jquery.js

styles.HTML		= OfflineStyle.css \
			  style.css \
			  style_ie6.css \
			  style_ie7.css \
			  style_ie8.css