forked from qt-creator/qt-creator
		
	-navigation variables for Qt 5.2's navigation bar -buildversion is for including specific build information such as branch name and patch version Change-Id: I4d36f1ea73b8c37ab787d154c9fdd91650305bc5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
project     = "QtCreator"
 | 
						|
description = "Qt Creator Manual"
 | 
						|
 | 
						|
headerdirs =
 | 
						|
sourcedirs = $SRCDIR/src
 | 
						|
imagedirs = $SRCDIR/images $SRCDIR/templates/images
 | 
						|
outputdir = $OUTDIR
 | 
						|
exampledirs = $SRCDIR/examples \
 | 
						|
              $SRCDIR/snippets
 | 
						|
indexes                 = qt.index
 | 
						|
 | 
						|
include(macros.qdocconf)
 | 
						|
include(qt-cpp-ignore.qdocconf)
 | 
						|
include(qt-defines.qdocconf)
 | 
						|
 | 
						|
sources.fileextensions         = "*.qdoc"
 | 
						|
 | 
						|
qhp.projects            = QtCreator
 | 
						|
qhp.QtCreator.file             = qtcreator.qhp
 | 
						|
qhp.QtCreator.namespace        = org.qt-project.qtcreator.$QTC_VERSION_TAG
 | 
						|
qhp.QtCreator.virtualFolder    = doc
 | 
						|
qhp.QtCreator.indexTitle       = Qt Creator Manual $QTC_VERSION
 | 
						|
qhp.QtCreator.filterAttributes = qtcreator $QTC_VERSION
 | 
						|
qhp.QtCreator.customFilters.QtCreator.name = Qt Creator $QTC_VERSION
 | 
						|
qhp.QtCreator.customFilters.QtCreator.filterAttributes = qtcreator $QTC_VERSION
 | 
						|
qhp.QtCreator.indexRoot        =
 | 
						|
 | 
						|
qhp.QtCreator.subprojects = manual
 | 
						|
qhp.QtCreator.subprojects.manual.title = Qt Creator Manual
 | 
						|
qhp.QtCreator.subprojects.manual.indexTitle = Qt Creator Manual
 | 
						|
qhp.QtCreator.subprojects.manual.type = manual
 | 
						|
 | 
						|
# Doxygen compatibility commands
 | 
						|
 | 
						|
macro.see                       = "\\sa"
 | 
						|
macro.function                  = "\\fn"
 | 
						|
 | 
						|
navigation.landingpage = "Qt Creator Manual"
 | 
						|
buildversion = "Qt Creator Manual $QTC_VERSION"
 |