@@ -1,42 +1,54 | |||||
1 | # Define the location of the templates to use. Style sheets and scripts are |
|
1 | # Define the location of the templates to use. Style sheets and scripts are | |
2 | # specified relative to the template directory and will be copied into |
|
2 | # specified relative to the template directory and will be copied into | |
3 | # subdirectories of the output directory. |
|
3 | # subdirectories of the output directory. | |
4 |
|
4 | |||
5 | HTML.templatedir = . |
|
5 | HTML.templatedir = . | |
6 |
|
6 | |||
7 | HTML.stylesheets = style/offline.css |
|
7 | HTML.stylesheets = style/offline.css | |
8 |
|
8 | |||
9 | HTML.scripts = |
|
9 | HTML.scripts = | |
10 |
|
10 | |||
11 | # Files not referenced in any qdoc file, many needed by style sheets. |
|
11 | # Files not referenced in any qdoc file, many needed by style sheets. | |
12 | # These also need to be listed in qhp.Qt.extraFiles with the correct |
|
12 | # These also need to be listed in qhp.Qt.extraFiles with the correct | |
13 | # directory prefixes. |
|
13 | # directory prefixes. | |
14 |
|
14 | |||
|
15 | #extraimages definition for Qt4 | |||
15 | extraimages.HTML = qt-logo.png \ |
|
16 | extraimages.HTML = qt-logo.png \ | |
16 | digia_logo.png \ |
|
17 | digia_logo.png \ | |
17 | qcharts.png \ |
|
18 | qcharts.png \ | |
18 | arrow_down.png \ |
|
19 | arrow_down.png \ | |
19 | breadcrumb.png \ |
|
20 | breadcrumb.png \ | |
20 | bullet_gt.png \ |
|
21 | bullet_gt.png \ | |
21 | bullet_dn.png \ |
|
22 | bullet_dn.png \ | |
22 | bullet_sq.png \ |
|
23 | bullet_sq.png \ | |
23 | bullet_up.png \ |
|
24 | bullet_up.png \ | |
24 | horBar.png \ |
|
25 | horBar.png \ | |
25 | presenterchart_example.png \ |
|
26 | presenterchart_example.png \ | |
26 | bg.png |
|
27 | bg.png | |
27 |
|
28 | |||
28 |
|
29 | # extraimages definition for Qt5 | ||
29 |
|
30 | HTML.extraimages = ./images/qt-logo.png \ | ||
|
31 | ./images/digia_logo.png \ | |||
|
32 | ./images/qcharts.png \ | |||
|
33 | ./images/arrow_down.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/horBar.png \ | |||
|
40 | ./images/presenterchart_example.png \ | |||
|
41 | ./images/bg.png | |||
30 |
|
42 | |||
31 | # Include the style sheets and scripts used. |
|
43 | # Include the style sheets and scripts used. | |
32 |
|
44 | |||
33 | HTML.headerstyles = \ |
|
45 | HTML.headerstyles = \ | |
34 | " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n" |
|
46 | " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n" | |
35 |
|
47 | |||
36 | HTML.headerscripts = |
|
48 | HTML.headerscripts = | |
37 |
|
49 | |||
38 | HTML.endheader = \ |
|
50 | HTML.endheader = \ | |
39 | "</head>\n" \ |
|
51 | "</head>\n" \ | |
40 | "<body>\n" |
|
52 | "<body>\n" | |
41 |
|
53 | |||
42 | HTML.nobreadcrumbs = true No newline at end of file |
|
54 | HTML.nobreadcrumbs = true |
General Comments 0
You need to be logged in to leave comments.
Login now