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