File: qtpublishsubscribe-dita.qdocconf

package info (click to toggle)
qtsystems-opensource-src 5.0~git20230712.81e08ee%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,468 kB
  • sloc: cpp: 31,668; xml: 1,648; javascript: 372; makefile: 41; sh: 2
file content (33 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Name of the project.
project = Qt PublishSubscribe

# 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 += ../../src/publishsubscribe/examples \
               ../../.. \
               ../../../examples/publishsubscribe \
               ../../src/publishsubscribe

headerdirs += ../../src/publishsubscribe \
              ../../../src/publishsubscribe

imagedirs += ../../src/publishsubscribe/images \

sourcedirs += ../../src/publishsubscribe \
              ../../../src/publishsubscribe

excludedirs +=

#Do not change the variables after this line unless you know what you are doing.

outputdir = ../../ditaxml
outputformats = DITAXML

examples.fileextensions = "*.cpp *.h *.js *.svg *.xml *.ui *.qml"
examples.imageextensions = "*.png *.jpeg *.jpg *.gif *.mng"
headers.fileextensions = "*.h *.ch *.h++ *.hh *.hpp *.hxx"
sources.fileextensions = "*.cpp *.qdoc *.mm *.qml"