| 
									
										
										
										
											2010-12-17 20:21:27 +01:00
										 |  |  | # Define the location of the templates to use. Style sheets and scripts are | 
					
						
							|  |  |  | # specified relative to the template directory and will be copied into | 
					
						
							|  |  |  | # subdirectories of the output directory. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HTML.templatedir = $SRCDIR/templates | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HTML.stylesheets = style/offline.css | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HTML.scripts     = | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Files not referenced in any qdoc file (last four needed by qtdemo) | 
					
						
							|  |  |  | # See also qhp.Qt.extraFiles | 
					
						
							|  |  |  | extraimages.HTML        = qt-logo.png \ | 
					
						
							|  |  |  |                           arrow_down.png \ | 
					
						
							|  |  |  |                           breadcrumb.png \ | 
					
						
							|  |  |  |                           bullet_gt.png \ | 
					
						
							|  |  |  |                           bullet_dn.png \ | 
					
						
							|  |  |  |                           bullet_sq.png \ | 
					
						
							|  |  |  |                           bullet_up.png \ | 
					
						
							|  |  |  |                           horBar.png \ | 
					
						
							|  |  |  |                           sprites-combined.png \ | 
					
						
							| 
									
										
										
										
											2011-12-22 11:21:26 +01:00
										 |  |  |                           qtcreator-screenshots.png \ | 
					
						
							|  |  |  |                           bgrContent.png \ | 
					
						
							|  |  |  |                           blu_dot.png \ | 
					
						
							|  |  |  |                           btn_next.png \ | 
					
						
							|  |  |  |                           btn_prev.png \ | 
					
						
							|  |  |  |                           ico_note.png \ | 
					
						
							|  |  |  |                           ico_note_attention.png \ | 
					
						
							|  |  |  |                           ico_out.png \ | 
					
						
							| 
									
										
										
										
											2012-04-27 10:20:24 +02:00
										 |  |  |                           arrow_bc.png \ | 
					
						
							| 
									
										
										
										
											2011-12-22 11:21:26 +01:00
										 |  |  |                           home.png | 
					
						
							| 
									
										
										
										
											2010-12-17 20:21:27 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Include the style sheets and scripts used. | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HTML.headerstyles = \ | 
					
						
							|  |  |  |     "  <link rel=\"stylesheet\" type=\"text/css\" href=\"style/offline.css\" />\n" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HTML.headerscripts =  | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HTML.endheader = \ | 
					
						
							|  |  |  |     "</head>\n" \ | 
					
						
							|  |  |  |     "<body>\n" |