summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/examples-qhp.qdocconf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/examples-qhp.qdocconf')
-rw-r--r--tests/auto/qdoc/generatedoutput/examples-qhp.qdocconf18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/auto/qdoc/generatedoutput/examples-qhp.qdocconf b/tests/auto/qdoc/generatedoutput/examples-qhp.qdocconf
new file mode 100644
index 000000000..816d1d1a4
--- /dev/null
+++ b/tests/auto/qdoc/generatedoutput/examples-qhp.qdocconf
@@ -0,0 +1,18 @@
+# QML test includes a documented example
+include(testqml.qdocconf)
+
+# Configure .qhp generation
+qhp.projects = Test
+
+qhp.Test.file = test.qhp
+qhp.Test.namespace = org.qt-project.test.001
+qhp.Test.virtualFolder = test
+qhp.Test.indexTitle = UI Components
+qhp.Test.indexRoot =
+
+# Add some meta-data to the example
+manifestmeta.filters = test
+
+manifestmeta.test.names = *
+manifestmeta.test.attributes = isTest:true
+manifestmeta.test.tags = test