# Name of the project. project = qtpim # 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 /dic/images and examples in # /examples. # Paths are relative to the location of this file. headerdirs += .. sourcedirs += .. \ ../doc/src exampledirs += ../.. \ ../doc/src \ ../examples imagedirs += ../doc/src/images \ ../examples excludedirs += #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"