diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-24 15:12:48 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-24 15:12:48 (GMT) |
commit | 67601dec71ee5b1ab1dd66bb55e00889bfeccb42 (patch) | |
tree | 98ec1ceae17f54aa3d7b152a8468acaf37d96008 | |
parent | 0d967b97262170eb48b4ce4d57d12d6c77aae8aa (diff) | |
download | Qt-67601dec71ee5b1ab1dd66bb55e00889bfeccb42.zip Qt-67601dec71ee5b1ab1dd66bb55e00889bfeccb42.tar.gz Qt-67601dec71ee5b1ab1dd66bb55e00889bfeccb42.tar.bz2 |
Removed a configuration file that can no longer be used.
-rw-r--r-- | tools/qdoc3/test/qt-webxml.qdocconf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/qdoc3/test/qt-webxml.qdocconf b/tools/qdoc3/test/qt-webxml.qdocconf deleted file mode 100644 index 80ced42..0000000 --- a/tools/qdoc3/test/qt-webxml.qdocconf +++ /dev/null @@ -1,12 +0,0 @@ -include(qt.qdocconf) - -quotinginformation = true -imagedirs = $QTDIR/doc/src/images \ - $QTDIR/examples \ - $QTDIR/doc/src/template/images - -outputdir = $QTDIR/doc/webxml -outputformats = WebXML - -generateindex = true -url = . |