summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testdata/configs/testqml.qdocconf
blob: 8eec4ea4d392a4a2a0f5cbf9332144daceb0e1cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

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

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

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