An error occurred while loading the file. Please try again.
-
Sergio Ahumada authored
The .gitattributes and .gitignore files do not need to be present in packaged sources, as they are for people using the Git repository. Change-Id: I0c9cd62fae0c4f4ca75552cbac966e27cadac45d Reviewed-by:
Jocelyn Turcotte <jocelyn.turcotte@digia.com>
0362be80
qt5-dita.qdocconf 679 B
# Name of the project.
project = projectname
# Directories in which to search for files to document and images.
# By default set to the root directory of the project for sources
# and headers and qdoc will therefore generate output for each file.
# Images should be placed in <rootdir>/dic/images and examples in
# <rootdir>/examples.
# Paths are relative to the location of this file.
exampledirs += .
headerdirs += ..
sourcedirs += ..
#Do not change the variables after this line unless you know what you are doing.
outputdir = ditaxml
outputformats = DITAXML
sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"
headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"