summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput/examples-qhp.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2019-12-06 10:57:24 +0100
committerTopi Reinio <topi.reinio@qt.io>2019-12-20 13:56:45 +0100
commit4dcc7a3d10a223ddd111eaaac6665609add7c46f (patch)
tree59ec17df2e762d4ce935b216d67256ebf856794a /tests/auto/qdoc/generatedoutput/examples-qhp.qdocconf
parent34b27e650f2c1033e5e92c57beeccc5aabcd3f63 (diff)
downloadqttools-4dcc7a3d10a223ddd111eaaac6665609add7c46f.tar.gz
Add an autotest for QDoc's example manifest file
Add a test that verifies the content of the examples-manifest.xml, with some metadata, and a QHP namespace defined. Change-Id: I91bc25ee10e1054c823ec1d14cccb6d9c6ca36d9 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
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