summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/generatedoutput/testdata/crossmodule/crossmodule.qdocconf
blob: 404981136b1892edabd2761f1f00291db6ef01ee (plain)
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
project = CrossModule
includepaths += -I.

depends = testcpp

headers = testtype.h
sources = testtype.cpp

HTML.nosubdirs    = true
HTML.outputsubdir = crossmodule

defines += test_crossmodule

sources.fileextensions = "*.qml *.cpp *.qdoc"
headers.fileextensions = "*.h"

# images
imagedirs = ../images

# zero warning policy
warninglimit = 0
warninglimit.enabled = true

# don't write host system-specific paths to index files
locationinfo = false