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"