diff options
Diffstat (limited to 'tools/qdoc3/test/qt-webxml.qdocconf')
-rw-r--r-- | tools/qdoc3/test/qt-webxml.qdocconf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/qdoc3/test/qt-webxml.qdocconf b/tools/qdoc3/test/qt-webxml.qdocconf new file mode 100644 index 0000000..3ad0457 --- /dev/null +++ b/tools/qdoc3/test/qt-webxml.qdocconf @@ -0,0 +1,11 @@ +include(qt.qdocconf) + +quotinginformation = true +imagedirs = $QTDIR/doc/src/images \ + $QTDIR/examples + +outputdir = $QTDIR/doc/webxml +outputformats = WebXML + +generateindex = true +url = . |