summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testqml.qdocconf
blob: f618fe1b87a0a24bbb396ddbcb66f46c5052050a (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"

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