summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testqml.qdocconf
blob: 00d12a4635851ca88491b05f28e2626b0b425e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include(testcpp.qdocconf)
project = Test
description = "A test project for QDoc build artifacts"
outputdir = ./html

exampledirs = qml

headerdirs += .
sourcedirs += qml

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

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