Update spec to build Qt 5.0
[profile/ivi/qtbase.git] / src / dbus / doc / qtdbus.qdocconf
1 include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
2
3 # Name of the project which must match the outputdir. Determines the .index file
4 project = qtdbus
5
6 # Directories in which to search for files to document and images.
7 # By default set to the root directory of the project for sources
8 # and headers and qdoc will therefore generate output for each file.
9 # Images should be placed in <rootdir>/dic/images and examples in
10 # <rootdir>/examples.
11 # Paths are relative to the  location of this file.
12 exampledirs += ../../../examples/dbus \
13                snippets
14
15 headerdirs += ..
16 imagedirs += images
17 sourcedirs += ..
18 excludedirs += ../../../examples/widgets/doc
19
20 depends += qtcore
21
22 # The following parameters are for creating a qhp file, the qhelpgenerator
23 # program can convert the qhp file into a qch file which can be opened in
24 # Qt Assistant and/or Qt Creator.
25
26 # Defines the name of the project. You cannot use operators (+, =, -) in
27 # the name. Properties for this project are set using a qhp.<projectname>.property
28 # format.
29 qhp.projects = qtdbus
30
31 # Sets the name of the output qhp file.
32 qhp.qtdbus.file = qtdbus.qhp
33
34 # Namespace for the output file. This namespace is used to distinguish between
35 # different documentation files in Creator/Assistant.
36 qhp.qtdbus.namespace = org.qt-project.qtdbus.500
37
38 # Title for the package, will be the main title for the package in
39 # Assistant/Creator.
40 qhp.qtdbus.indexTitle = Qt D-Bus
41
42 # Only update the name of the project for the next variables.
43 qhp.qtdbus.virtualFolder  = qtdbus
44 qhp.qtdbus.subprojects = classes
45 qhp.qtdbus.subprojects.classes.title = C++ Classes
46 qhp.qtdbus.subprojects.classes.indexTitle = Qt D-Bus C++ Classes
47 qhp.qtdbus.subprojects.classes.selectors = class fake:headerfile
48 qhp.qtdbus.subprojects.classes.sortPages = true