summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdoc/generatedoutput/testqml.qdocconf
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-01-27 23:45:59 +0100
committerTopi Reinio <topi.reinio@qt.io>2020-01-29 09:44:36 +0100
commitcd50765264adac52dc7ace48b0f339c0b13f76fc (patch)
tree8b79acbe5dc312776119e67da31a1fbe7c949cf1 /tests/auto/qdoc/generatedoutput/testqml.qdocconf
parent5eae325fcb4140155fe97ee0dff6101e4a2db444 (diff)
qdoc: Allow per-example override of install path
The 'examplesinstallpath' configuration variable assumes that all examples - once installed - are located under a common root path. Add a parameter 'installpath', recognized by the \meta command, which can be used for setting the install path for specified examples. Improve the test for examples-manifest.xml to cover the \meta command usage. Task-number: QTBUG-81360 Change-Id: Ibb525a48958005fb3a589ef2d9d212091829231f Reviewed-by: Levon Sargsyan <levon.sargsyan@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'tests/auto/qdoc/generatedoutput/testqml.qdocconf')
-rw-r--r--tests/auto/qdoc/generatedoutput/testqml.qdocconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qdoc/generatedoutput/testqml.qdocconf b/tests/auto/qdoc/generatedoutput/testqml.qdocconf
index c469bde06..f618fe1b8 100644
--- a/tests/auto/qdoc/generatedoutput/testqml.qdocconf
+++ b/tests/auto/qdoc/generatedoutput/testqml.qdocconf
@@ -16,5 +16,7 @@ excludedirs = ./bug80259
sources.fileextensions = "*.qml *.cpp *.qdoc"
headers.fileextensions = "*.h"
+examples.fileextensions = "*.qml"
+
macro.begincomment = "\\c{/*}"
macro.QDocTestVer = "1.1"