summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testdata/configs/testqml.qdocconf
blob: 1c4d29a13749d167f67a21251577ab2872c4b30d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include(config.qdocconf)
include(testcpp.qdocconf)
moduleheader = TestCPP

project = Test
description = "A test project for QDoc build artifacts"
outputdir = ./html

exampledirs = ../qml

headerdirs += ../
sourcedirs += ../qml

# Exclude source files from other tests' subdirs
excludedirs = ../bug80259

examples.fileextensions = "*.qml *.cpp"

macro.begincomment      = "\\c{/*}"
macro.QDocTestVer       = "1.1"

warninglimit += 1